文件名称:resource-reader:一个简单的资源可读流,包括内容类型事件标识
文件大小:9KB
文件格式:ZIP
更新时间:2024-07-13 11:52:49
JavaScript
资源阅读器 稳定性 - 2 不稳定 一个简单的资源可读流,包括内容类型事件标识 用法 var ResourceReader = require("resource-reader").ResourceReader; var rr = new ResourceReader(root /* root dir of resources */, filepath /* file location relative to root */); rr.on("noresource", function(err) {/* handle file not exist information */}); rr.on("ctype", function(ctype) {/* content-type identifier information suitable for pipin
【文件预览】:
resource-reader-master
----Gruntfile.js(1KB)
----test.js(5KB)
----.npmignore(62B)
----LICENSE(1KB)
----README.md(761B)
----resources()
--------350x150.jpg(3KB)
--------350x150.gif(1KB)
--------test.txt(5B)
--------test.js(6B)
--------350x150.png(785B)
--------test.css(23B)
----.gitignore(14B)
----index.js(2KB)
----package.json(830B)