Global Index
HTML5 JS API Index
>
Web Sockets and Messaging
Tutorials & Specs
BroadcastChannel
Extends
EventTarget
.
Properties
DOMString
name
The name attribute must return the channel name.
EventHandler
onmessage
Constructor
BroadcastChannel(DOMString channel)
Operations
void
postMessage
(any message)