localstorage-ns:由localStorage支持的命名空间键值存储,带有事件和默认值加载

时间:2024-05-24 01:05:34
【文件属性】:

文件名称:localstorage-ns:由localStorage支持的命名空间键值存储,带有事件和默认值加载

文件大小:5KB

文件格式:ZIP

更新时间:2024-05-24 01:05:34

JavaScript

本地存储 由localStorage支持的命名空间键/值存储,带有事件和默认值加载。 例子: import Store from 'localStorage-ns' let foo = Store ( 'foo' , { age : 34 } ) let bar = Store ( 'bar' , { age : 29 } ) foo . set ( 'name' , 'Kevin' ) bar . set ( 'name' , 'Charlie' ) foo . get ( 'name' ) //=> 'Kevin' foo . get ( 'age' ) //=> '34' bar . get ( 'name' ) //=> 'Charlie' bar . get ( 'age' ) //=> '29' 原料药 商店(名称,[默认值]) 创建一个具有name和可选defaults


【文件预览】:
localstorage-ns-master
----.gitignore(23B)
----package.json(876B)
----.travis.yml(38B)
----LICENSE(1KB)
----Readme.md(1KB)
----lib()
--------stub.js(542B)
--------index.js(2KB)
----test()
--------index.js(757B)

网友评论