Files
boc/cc-frontend/node_modules/broadcast-channel/dist/es/browserify.index.js
T

6 lines
247 B
JavaScript
Raw Normal View History

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