fake-indexeddb

v1.0.3
Fake IndexedDB: a pure JS in-memory implementation of the IndexedDB API
indexeddb datastore database embedded nosql in-memory polyfill shim

build

browserify exports.js -o dist/fakeIndexedDB.js

lint

eslint exports.js index.js test lib

mocha

mocha --timeout 5000 test/w3c test/fakeIndexedDB

qunit

node-qunit-phantomjs ./test/indexedDBmock/index.html

test

npm run lint && npm run mocha && npm run qunit

Metadata

Downloads

Maintainers