UNPKG

broadcast-channel

Version:

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

6 lines (5 loc) 253 B
const module = require('./index.es5.js'); const BroadcastChannel = module.BroadcastChannel; const createLeaderElection = module.createLeaderElection; window['BroadcastChannel2'] = BroadcastChannel; window['createLeaderElection'] = createLeaderElection;