5 lines
97 B
JavaScript
5 lines
97 B
JavaScript
import * as idb from '../lib/idb.js'
|
|
|
|
const bc = new BroadcastChannel('ydb-client')
|
|
|
|
idb.openDB() |