mimetype-js:用于将文件扩展名映射到其 MIME 类型字符串的 MIME 类型目录

时间:2024-06-20 02:52:18
【文件属性】:

文件名称:mimetype-js:用于将文件扩展名映射到其 MIME 类型字符串的 MIME 类型目录

文件大小:37KB

文件格式:ZIP

更新时间:2024-06-20 02:52:18

JavaScript

mimetype-js 概述 我发现继续为MIME类型制作这些文件扩展名查找表。 是时候把它放在一个模块中来省去麻烦了。 例子 一般情况 var mimetype = require ( 'mimetype' ) ; console . log ( mimetype . lookup ( "myfile.txt" ) ) ; // Should display text/plain mimetype . set ( '.exotic' , 'x-application/experimental' ) ; // Add/update a mime type in the catalog console . log ( mimetype . lookup ( "myfile.exotic" ) ) ; // Should display x-application/experime


【文件预览】:
mimetype-js-master
----lib()
--------v0.0.3.js(62KB)
----.npmignore(4B)
----.travis.yml(35B)
----LICENSE(1KB)
----README.md(2KB)
----tests()
--------mimetype_test.js(5KB)
--------mongo-mimetype_test.js(4KB)
----mimetype.js(37KB)
----.gitignore(13B)
----extras()
--------mime.types(37KB)
--------load-mimetype.js(462B)
----package.json(717B)

网友评论