文件名称:Chrome文件系统api支持的随机访问存储实例-JavaScript开发
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-15 00:24:12
JavaScript Miscellaneous
由Chrome文件系统api npm支持的random-access-chrome-file随机访问存储实例install random-access-chrome-file用法//目前仅在Chrome中有效const createFile = require('random-acc random-access -chrome-file由Chrome文件系统api npm支持的随机访问存储实例install random-access-chrome-file用法//当前仅在Chrome中起作用const createFile = require('random-access-chrome-file') const file = createFile('test.txt')file.write(0,Buffer.from('hello world'),function(err){if(err)throw err file.read(0,11,function(err, buf){如果(err)抛出err console.log(buf.toString())})})API文件= crea
【文件预览】:
random-access-chrome-file-master
----example.js(306B)
----bench.js(1KB)
----LICENSE(1KB)
----README.md(1KB)
----.gitignore(31B)
----index.js(6KB)
----package.json(710B)