Files
GNX-mailEnterprise/frontend/node_modules/broadcast-channel/dist/lib/browserify.index.js
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

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;