Articles tagged: HTML API
Found 8 documents
- Web/API/BroadcastChannel The BroadcastChannel interface represents a named channel that any browsing context of a given ...
- 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 ...
- Web/API/Broadcast_Channel_API The Broadcast Channel API allows simple communication between browsing contexts (that is ...
- Web/API/Channel_Messaging_API The Channel Messaging API allows two separate scripts running in different browsing contexts ...