Files
pole-book/server/node_modules/broadcast-channel/dist/lib/browserify.index.js

8 lines
265 B
JavaScript

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