Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

broadcast channel mdn

// A handler that only logs the event to the console:
bc.onmessage = function (ev) { console.log(ev); }
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #broadcast #channel #mdn
ADD COMMENT
Topic
Name
6+4 =