@zee.kim/sandbox

1.0.1 • Public • Published

Chrome 专用沙盒缓存

安装

npm install --save @zee.kim/sandbox

使用

var files = ['fs.mp4', 'fs.mp3'];
var sd = new sandbox(files, {
    success: function (tree) {
        console.log(sd.get("fs.mp4"));
        console.log(sd.get("fs.mp3"));
    }
});

Readme

Keywords

Package Sidebar

Install

npm i @zee.kim/sandbox

Homepage

zee.kim

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

57.4 kB

Total Files

8

Last publish

Collaborators

  • zee.kim