Closed lidel closed 8 months ago
Ref.
We only care about supporting single/first range for parity with Kubo/Rainbow and the majority of browsers doing things like video streaming.
iiuc we have offset and length support in https://ipfs.github.io/js-ipfs-unixfs/interfaces/ipfs_unixfs_exporter.ExporterOptions.html , remaining work in @helia/verified-fetch is to wire up offset and length when Range header is present in the request.
offset
length
Range
FYI: https://github.com/ipfs/specs/issues/465
Ref.
We only care about supporting single/first range for parity with Kubo/Rainbow and the majority of browsers doing things like video streaming.
iiuc we have
offset
andlength
support in https://ipfs.github.io/js-ipfs-unixfs/interfaces/ipfs_unixfs_exporter.ExporterOptions.html , remaining work in @helia/verified-fetch is to wire up offset and length whenRange
header is present in the request.