We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
FYI: ipfs/specs#465
Sorry, something went wrong.
SgtPooki
Successfully merging a pull request may close this issue.
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.The text was updated successfully, but these errors were encountered: