Synclets logoSynclets

BroadcastChannelTransportOptions

The BroadcastChannelTransportOptions type describes the options for creating a BroadcastChannelTransport.

(
  {channelName: string} &
  TransportOptions
)
TypeDescription
channelNamestring

The channelName property specifies the name of the BroadcastChannel to use.

This type extends TransportOptions with the channelName property, which specifies the name of the BroadcastChannel to use for communication.

Since

v0.0.0