Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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