Synclets logoSynclets

DurableObjectTransportOptions

The DurableObjectTransportOptions type describes the options for creating a transport for Cloudflare Durable Objects.

(
  {durableObject: SyncletDurableObject} &
  TransportOptions
)
TypeDescription
durableObjectSyncletDurableObject

The SyncletDurableObject instance that this transport will be associated with. This is required so the transport can access the Durable Object's context for WebSocket handling.

Since

v0.0.0