first commit
This commit is contained in:
1
NodeServer/BroadcastChannel/.pydio
Normal file
1
NodeServer/BroadcastChannel/.pydio
Normal file
@@ -0,0 +1 @@
|
||||
adc12d86-cd98-4497-aa04-dd7b13c37945
|
||||
7
NodeServer/BroadcastChannel/index.js
Normal file
7
NodeServer/BroadcastChannel/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const { BroadcastChannel } = require('broadcast-channel');
|
||||
|
||||
module.exports = {
|
||||
SubscribeExpired: new BroadcastChannel('SubscribeExpired'),
|
||||
SweepStatus: new BroadcastChannel('SweepStatus'),
|
||||
AuthorizedWeb: new BroadcastChannel('AuthorizedWeb')
|
||||
};
|
||||
Reference in New Issue
Block a user