You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: