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

Use fetch API for streaming binary data #1

Open
mikolalysenko opened this issue Jun 23, 2016 · 0 comments
Open

Use fetch API for streaming binary data #1

mikolalysenko opened this issue Jun 23, 2016 · 0 comments

Comments

@mikolalysenko
Copy link
Collaborator

Currently it just grabs a binary XHR which isn't optimal since it buffers the whole thing. Here are some references on the fetch API:

https://github.com/GoogleChrome/samples/tree/gh-pages/fetch-api

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

No branches or pull requests

1 participant