Package-level declarations
Types
Link copied to clipboard
The BroadcastChannel interface represents a named channel that any browsing context of a given origin can subscribe to. It allows communication between different documents (in different windows, tabs, frames or iframes) of the same origin. Messages are broadcasted via a message event fired at all BroadcastChannel objects listening to the channel, except the object that sent the message.
Properties
Link copied to clipboard
val <C : BroadcastChannel> C.messageErrorEvent: EventInstance<MessageEvent<ERROR CLASS: Symbol not found for JsAny??>, C, C>
Link copied to clipboard
val <C : BroadcastChannel> C.messageEvent: EventInstance<MessageEvent<ERROR CLASS: Symbol not found for JsAny??>, C, C>