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

8 lines
265 B
JavaScript
Raw Normal View History

"use strict";
var _module = require('./index.es5.js');
var BroadcastChannel = _module.BroadcastChannel;
var createLeaderElection = _module.createLeaderElection;
window['BroadcastChannel2'] = BroadcastChannel;
window['createLeaderElection'] = createLeaderElection;