initial work to add IndexedDB support, including npm module to mock its API in unit tests

This commit is contained in:
El RIDO
2020-06-28 14:52:40 +02:00
parent c4830044f7
commit ac32826009
5 changed files with 74 additions and 10 deletions

View File

@@ -8,11 +8,12 @@
},
"dependencies": {},
"devDependencies": {
"@peculiar/webcrypto": "^1.1.1",
"fake-indexeddb": "^3.0.2",
"jsdom": "^9.12.0",
"jsdom-global": "^2.1.1",
"jsdom-url": "^2.2.1",
"jsverify": "^0.8.3",
"@peculiar/webcrypto": "^1.1.1"
"jsverify": "^0.8.3"
},
"scripts": {
"test": "mocha"