stash:getset 具有持久引用的本地存储实体

时间:2024-08-01 19:41:52
【文件属性】:

文件名称:stash:getset 具有持久引用的本地存储实体

文件大小:4KB

文件格式:ZIP

更新时间:2024-08-01 19:41:52

JavaScript

藏 使用持久引用获取/设置本地存储实体。 ## 用法 var kind = stash . Kind ( 'butterflies' , { max_refs : 2 } ) ; var entity = stash . Entity ( kind , 'swallowtail' , { family : 'papillion' , wings : 2 } ) . add_reference ( 'spicebush' ) . add_reference ( 'lime' ) . save ( ) ; // later on... browsers are closed, things happened stash . get ( 'butterflies' , 'lime' ) ; // yayy 接口 公开Kind 、 Entity和get 。 得到(种类,ref


【文件预览】:
stash-master
----Readme.md(2KB)
----test()
--------test.js(2KB)
--------test.html(475B)
----component.json(148B)
----.gitignore(38B)
----index.js(2KB)
----package.json(655B)

网友评论