文件名称:js-ipfs-fetch:使用浏览器为 HTTP 提供的相同 `fetch()` API,但用于 IPFS
文件大小:8KB
文件格式:ZIP
更新时间:2024-08-12 13:32:55
JavaScript
js-ipfs-fetch 使用浏览器为 HTTP 提供的相同fetch() API,但用于 IPFS 观看介绍视频: 例子 const IPFS = require ( 'ipfs' ) const makeIpfsFetch = require ( 'ipfs-fetch' ) const ipfs = await IPFS . create ( ) const fetch = await makeIpfsFetch ( { ipfs } ) const response = await fetch ( 'ipfs://example CID here' ) const text = await response . text ( ) console . log ( text ) JS API const fetch = makeIPFSFetch({ipfs}) 模块的顶层导
【文件预览】:
js-ipfs-fetch-default
----test.js(9KB)
----LICENSE(1KB)
----README.md(4KB)
----.gitignore(2KB)
----index.js(7KB)
----package.json(985B)