- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 19 Apr 2021 08:27:42 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 19 April 2021 15:27:54 UTC
On a spec level, we're trying to tackle https://github.com/whatwg/streams/issues/1121 to let the spec infrastructure create readable byte streams. The upgrade path from vanilla readable streams to byte readable streams is seamless: before, `getReader({ type: "byob" })` would throw. After implementation, it would work. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/267#issuecomment-822559022
Received on Monday, 19 April 2021 15:27:54 UTC