Package Exports
- localstorage.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (localstorage.js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
LocalStorageDB.js
LocalStorageDB.js is an enhancement of the built-in localStorage for browsers, it gives you the ability to save complex data localy for rapid application development.
It works like Firebase except this time it's offline. It's useful in instances where you want to store little or large data within the application on the user's machine.