Skip to content

Request and response body as async iterable ArrayBuffer #586

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

Closed
mariusGundersen opened this issue Aug 25, 2017 · 2 comments
Closed

Request and response body as async iterable ArrayBuffer #586

mariusGundersen opened this issue Aug 25, 2017 · 2 comments

Comments

@mariusGundersen
Copy link

NodeJS is looking into supporting async iterables as a way to stream data, and it would be great if fetch (or the readable stream part of fetch) supported the same interface. This would make easier to move code between nodejs and the browser.

@domenic
Copy link
Member

domenic commented Aug 25, 2017

Yeah, we plan to add it to readable streams quite soon. So this really belongs on the whatwg/streams repository, but you don't have to move it if you don't want to.

@mariusGundersen
Copy link
Author

Ah, didn't realize it had its own repo

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

No branches or pull requests

2 participants