Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jshcrowthe/browser-cache
A Polymer Component for interfacing with the available browser storage options (IndexedDB, WebSQL, sessionStorage, localStorage)
https://github.com/jshcrowthe/browser-cache
Last synced: about 1 month ago
JSON representation
A Polymer Component for interfacing with the available browser storage options (IndexedDB, WebSQL, sessionStorage, localStorage)
- Host: GitHub
- URL: https://github.com/jshcrowthe/browser-cache
- Owner: jshcrowthe
- Created: 2015-07-15T07:47:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-14T21:21:25.000Z (about 9 years ago)
- Last Synced: 2024-11-17T19:48:49.644Z (2 months ago)
- Language: HTML
- Size: 2.24 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# browser-cache
`` Provides a simple interface to the different browser storage methodologies (`IndexedDB` (`WebSQL`), `sessionStorage`, `localStorage`)
## Dependencies
Element dependencies are managed via [Bower](http://bower.io/). You can
install that via:npm install -g bower
Then, go ahead and download the element's dependencies:
bower install
### web-component-tester
The tests are compatible with [web-component-tester](https://github.com/Polymer/web-component-tester).
Install it via:npm install -g web-component-tester
Then, you can run your tests on _all_ of your local browsers via:
wct