Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gusenov/web-store-js
web-store.js is a wrapper for the Web Storage API and lets you use a number of useful methods and features. JavaScript-библиотека, использующая sessionStorage или localStorage для хранения данных в веб-браузере.
https://github.com/gusenov/web-store-js
html5 javascript javascript-library localstorage sessionstorage webstorage
Last synced: 5 days ago
JSON representation
web-store.js is a wrapper for the Web Storage API and lets you use a number of useful methods and features. JavaScript-библиотека, использующая sessionStorage или localStorage для хранения данных в веб-браузере.
- Host: GitHub
- URL: https://github.com/gusenov/web-store-js
- Owner: gusenov
- License: mit
- Created: 2017-09-08T08:52:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T19:31:50.000Z (over 6 years ago)
- Last Synced: 2024-12-08T10:36:59.220Z (28 days ago)
- Topics: html5, javascript, javascript-library, localstorage, sessionstorage, webstorage
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/web-store
- Size: 417 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Installation #
Just grab [web-store.min.js](web-store.min.js) or [web-store.js](web-store.js) and include them with a script tag.
# Usage #
```html
```
# Supported Browsers #
* Tested in Google Chrome
# Compatibility #
**web-store-js** is compatible with Ext JS 6 client-side proxies: [Ext.data.proxy.LocalStorage](https://docs.sencha.com/extjs/6.5.1/classic/Ext.data.proxy.LocalStorage.html) and [Ext.data.proxy.SessionStorage](https://docs.sencha.com/extjs/6.5.1/classic/Ext.data.proxy.SessionStorage.html).