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

@@ -1 +1,5 @@
import * as idb from '../lib/idb.js'
const bc = new BroadcastChannel('ydb-client')
idb.openDB()