Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 для хранения данных в веб-браузере.

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).