UNPKG

broadcast-channel

Version:

A BroadcastChannel that works in New Browsers, Old Browsers, WebWorkers, NodeJs, Deno and iframes

5 lines 246 B
var module = require('./index.es5.js'); var BroadcastChannel = module.BroadcastChannel; var createLeaderElection = module.createLeaderElection; window['BroadcastChannel2'] = BroadcastChannel; window['createLeaderElection'] = createLeaderElection;