Files
turftracker/frontend/node_modules/broadcast-channel/dist/es/browserify.index.js
2026-04-09 13:19:47 -05:00

6 lines
247 B
JavaScript

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