createBroadcastChannelTransport
The createBroadcastChannelTransport function wraps a BroadcastChannel in a BroadcastChannelTransport implementation.
createBroadcastChannelTransport(
channelName: string,
options?: TransportOptions,
): BroadcastChannelTransport| Type | Description | |
|---|---|---|
channelName | string | |
options? | TransportOptions | |
| returns | BroadcastChannelTransport |
Since
v0.0.0