implement generic broadcastchannel and apply it to websocket provider

This commit is contained in:
Kevin Jahns
2018-11-27 18:29:18 +01:00
parent ab3dba5b06
commit a2c51c36e9
6 changed files with 166 additions and 18 deletions

View File

@@ -10,6 +10,7 @@ import * as globals from '../../lib/globals.js'
import * as NamedEventHandler from './NamedEventHandler.js'
const bc = new BroadcastChannel('ydb-client')
/**
* @type {Map<string, Set<Function>>}
*/