文件名称:cache-content-type:给定MIME类型或扩展名,创建完整的Content-Type标头并缓存结果
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-20 11:22:48
JavaScript
缓存内容类型 与的contentType方法相同,但是缓存了结果。 安装 npm i cache-content-type 用法 const getType = require ( 'cache-content-type' ) ; const contentType = getType ( 'html' ) ; assert ( contentType === 'text/html; charset=utf-8' ) ;
【文件预览】:
cache-content-type-master
----.gitignore(22B)
----.eslintrc(37B)
----package.json(861B)
----History.md(540B)
----.travis.yml(179B)
----index.js(317B)
----README.md(341B)
----.eslintignore(9B)
----appveyor.yml(294B)
----test()
--------index.test.js(415B)