Articles tagged: BroadcastChannel
Found 5 documents
- Web/API/BroadcastChannel/BroadcastChannel The BroadcastChannel() constructor creates a new BroadcastChannel and connects it to the ...
- Web/API/BroadcastChannel/close The BroadcastChannel.close() terminates the connection to the underlying channel, allowing the ...
- Web/API/BroadcastChannel/name The read-only BroadcastChannel.name property returns a DOMString, which uniquely identifies the ...
- Web/API/BroadcastChannel/onmessage The BroadcastChannel.onmessage event handler is a property that specifies the function to ...
- Web/API/BroadcastChannel/postMessage The BroadcastChannel.postMessage() sends a message, which can be of any kind of Object, to each ...