7 lines
250 B
JavaScript
7 lines
250 B
JavaScript
const { BroadcastChannel } = require('broadcast-channel');
|
|
|
|
module.exports = {
|
|
SubscribeExpired: new BroadcastChannel('SubscribeExpired'),
|
|
SweepStatus: new BroadcastChannel('SweepStatus'),
|
|
AuthorizedWeb: new BroadcastChannel('AuthorizedWeb')
|
|
}; |