Index of values


A
addEventListener [BroadcastChannel]
Add an event listener.

C
close [BroadcastChannel]
Closes the channel object, indicating it won't get any new messages, and allowing it to be, eventually, garbage collected.
create [BroadcastChannel]
Creates a BroadcastChannel with a name.
create_with [BroadcastChannel]
Creates a BroadcastChannel with a name.

I
is_supported [BroadcastChannel]
Returns true if BroadcastChannel is supported by the client's browser, false otherwise.

L
lwt_js_message [BroadcastChannel]
An event to be used with Lwt_js_events

M
message [BroadcastChannel]
An event to be used with addEventListener

N
name [BroadcastChannel]
Returns a string, the name of the channel.

O
on [BroadcastChannel]
Is an EventHandler property that specifies the function to execute when a message event is fired on this object.

P
post [BroadcastChannel]
Sends the message, of the broadcaster type to each BroadcastChannel object listening to the same channel.