Skip to content
New issue

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

wasm-bindgen interface for working with read streams #162

Open
Tracked by #295
icidasset opened this issue Feb 7, 2023 · 2 comments
Open
Tracked by #295

wasm-bindgen interface for working with read streams #162

icidasset opened this issue Feb 7, 2023 · 2 comments

Comments

@icidasset
Copy link
Member

A wasm-bindgen interface for a private file's stream_content method. Ideally an equivalent on the public side should also exist.

Use case I had in mind:
Ability to use the HTTP range header to get a part of a file.

@matheus23
Copy link
Member

matheus23 commented Feb 22, 2023

Yes, that would be nice!

Ideally an equivalent on the public side should also exist.

Agreed, for us that's going to be more akin to integrating iroh-unixfs (now beetle-unixfs?). Or in webnative, we could do that today if we integrated with unixfs-exporter nicely.

@matheus23
Copy link
Member

matheus23 commented Feb 24, 2023

I started on some implementation recently, but ended up refocusing my efforts. Here's some useful resources:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants