localForage-memoryStorageDriver
localForage-memoryStorageDriver copied to clipboard
A volatile, in memory storage driver for localForage.
Hi! getItem() is returned _undefined_ for a non registered key but as per [API](https://localforage.github.io/localForage/#data-api-getitem), it should return _null_. I guess that iterate() suffers the same problem, but I haven't tried....
See this [GHSA](https://github.com/advisories/GHSA-gp5q-mxgh-g2wx) ~~My brief look at the code/npm repo indicate nothing overly untoward, there is no public discussion regarding this issue - yet it's being listed with a fairly...
Hi, please can you give me an example of how to use this library to unit test localforage in node?