Total Complexity | 0 |
Complexity/F | 0 |
Lines of Code | 7 |
Function Count | 0 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 1 |
1 | require('browser-env')(['window', 'document', 'navigator']); |
||
2 | |||
3 | const indexedDB = require('fake-indexeddb'); |
||
4 | const FDBKeyRange = require('fake-indexeddb/lib/FDBKeyRange'); |
||
5 | |||
6 | window.indexedDB = indexedDB; |
||
7 | window.IDBKeyRange = FDBKeyRange; |