Crate deno_broadcast_channel

Crate deno_broadcast_channel 

Source

Structs§

InMemoryBroadcastChannel
InMemoryBroadcastChannelResource
deno_broadcast_channel
An extension for use with the Deno JS runtime. To use it, provide it as an argument when instantiating your runtime:

Enums§

BroadcastChannelError

Constants§

UNSTABLE_FEATURE_NAME

Traits§

BroadcastChannel

Functions§

op_broadcast_recv
op_broadcast_send
op_broadcast_subscribe
op_broadcast_unsubscribe

Type Aliases§

Message