teu:Chrome的Sync Storage API的小包装

时间:2024-06-09 09:37:24
【文件属性】:

文件名称:teu:Chrome的Sync Storage API的小包装

文件大小:1KB

文件格式:ZIP

更新时间:2024-06-09 09:37:24

JavaScript

标准箱 Chrome的小包装。 用法 var store = new TEU ( 'characters' ) ; // Save an item store . add ( 'Margot' ) ; // Remove an item at a known index store . remove ( 2 ) ; // Get all items store . get ( function ( items ) { // do something; } ) ; 方法 方法 add(newItem, callback?) get(callback) remove(index, callback?)


【文件预览】:
teu-master
----README.md(498B)
----index.js(881B)

网友评论