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

Specify actual byte reading algorithm for Blob.stream() #194

Open
saschanaz opened this issue May 25, 2023 · 0 comments
Open

Specify actual byte reading algorithm for Blob.stream() #194

saschanaz opened this issue May 25, 2023 · 0 comments

Comments

@saschanaz
Copy link
Member

#188 did not really do that.

Also, the currently specified algorithm in https://w3c.github.io/FileAPI/#blob-get-stream is just greedily enqueues everything into the stream but AFAICT both Blink and Gecko read the data asynchronously on read request. It would probably be good to use the new pull from bytes algorithm to fix both problems.

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

1 participant