@feizheng/next-local-forage
v1.0.1
Published
LocalForage for next.
Downloads
2
Readme
next-local-forage
LocalForage for next.
installation
npm install -S @feizheng/next-local-forage
apis
| api | params | description | | ------ | ------ | ----------------------- | | get | - | Get item data. | | gets | - | Get items. | | set | - | Set value. | | sets | - | Set values. | | del | - | Delete a value by key. | | dels | - | Deleta multiple values. | | clear | - | Clear the store. | | config | - | Config the store. |
usage
import NxLocalForage from '@feizheng/next-local-forage';
resources
- https://localforage.docschina.org/