Skip to content

A Polymer Component for interfacing with the available browser storage options (IndexedDB, WebSQL, sessionStorage, localStorage)

Notifications You must be signed in to change notification settings

jshcrowthe/browser-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

browser-cache

<browser-cache> Provides a simple interface to the different browser storage methodologies (IndexedDB (WebSQL), sessionStorage, localStorage)

Dependencies

Element dependencies are managed via Bower. 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. Install it via:

npm install -g web-component-tester

Then, you can run your tests on all of your local browsers via:

wct

About

A Polymer Component for interfacing with the available browser storage options (IndexedDB, WebSQL, sessionStorage, localStorage)

Resources

Stars

Watchers

Forks

Packages

No packages published