Files
GNX-mailEnterprise/frontend/node_modules/broadcast-channel/dist/es/browserify.index.js
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03: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;