We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdc9ef2 commit 0ae3ccbCopy full SHA for 0ae3ccb
1 file changed
src/bouncer/db/zango-db.js
@@ -11,13 +11,6 @@ const { promisfy } = require('promisfy')
11
const debug = require('debug')('bouncer.db.zango-db')
12
13
14
-/*
15
-if (!process.browser) {
16
- global.indexedDB = require('fake-indexeddb');
17
- global.IDBKeyRange = require('fake-indexeddb/lib/FDBKeyRange');
18
-}
19
-*/
20
-
21
module.exports = class ZangoDb extends IDb {
22
23
constructor ({dbname, factory}) {
0 commit comments