dojo / core

:rocket: Dojo 2 - language helpers and utilities.
http://dojo.io
Other
213 stars 62 forks source link

Implement ReadableStream in fetch API #254

Open rorticus opened 7 years ago

rorticus commented 7 years ago

The Fetch API Spec uses ReadableStream, but our implementation in core/request/fetch does not. Once streams have been remove from core, do something similar to the fetch api in core to support ReadableStream.