- Notifications
You must be signed in to change notification settings - Fork1
redux-storage-engine-localStorageFakePromise
License
react-stack/redux-storage-engine-localstoragefakepromise
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
window.localStorage
based engine forredux-storage - likeredux-storage-engine-localstorage - but it does not require a environmentwith ES6 Promises.
In contrast toredux-storage-engine-localstorage this engine can be usedwith old browsers like IE<=11.BUT the best solution for you would be touse a Promise polyfill likees6-promise.
npm install --save redux-storage-engine-localstoragefakepromise
Similar toredux-storage-engine-localstorage:
importcreateEnginefrom'redux-storage-engine-localstoragefakepromise';constengine=createEngine('my-save-key');
The original author of the packageredux-storage-engine-localstoragefakepromise has decided to deprecate the project and no longer maintained. The package will now be maintained here.
Thank youmichaelcontento for a great library!
The MIT License (MIT)Copyright (c) 2016- Gunjan Soni <gunjan.soni2002@gmail.com> Copyright (c) 2015-2016 Michael Contento <mail@michaelcontento.de> Permission is hereby granted, free of charge, to any person obtaining a copy ofthis software and associated documentation files (the "Software"), to deal inthe Software without restriction, including without limitation the rights touse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies ofthe Software, and to permit persons to whom the Software is furnished to do so,subject to the following conditions:The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESSFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS ORCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHERIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR INCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
About
redux-storage-engine-localStorageFakePromise
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Languages
- JavaScript82.6%
- Makefile17.4%