Synclets logoSynclets

createBroadcastChannelTransport

The createBroadcastChannelTransport function wraps a BroadcastChannel in a BroadcastChannelTransport implementation.

createBroadcastChannelTransport(
  channelName: string,
  options?: TransportOptions,
): BroadcastChannelTransport
TypeDescription
channelNamestring
options?TransportOptions
returnsBroadcastChannelTransport

Since

v0.0.0