fetchable:它将数据转换为可获取的URI,例如URL.createObjectURLrevokeObjectURL

时间:2024-05-17 17:06:13
【文件属性】:

文件名称:fetchable:它将数据转换为可获取的URI,例如URL.createObjectURLrevokeObjectURL

文件大小:4KB

文件格式:ZIP

更新时间:2024-05-17 17:06:13

JavaScript

可获取的 它将数据转换为可获取的URI,例如URL.createObjectURL / revokeObjectURL 安装 > npm install fetchable 例子 import Fetchable from "fetchable" let fetchable = new Fetchable ( "test" ) let url = fetchable . createObjectURL ( [ 1 , 2 , 3 , 4 ] ) fetch ( url ) . then ( res => res . arrayBuffer ( ) ) . then ( ) fetchable . revokeObjectURL ( url )


【文件预览】:
fetchable-master
----.gitignore(884B)
----README.md(350B)
----LICENSE(1KB)
----package.json(453B)
----index.js(1KB)
----.npmignore(884B)
----yarn.lock(2KB)

网友评论