- From: Jeffrey Yasskin <notifications@github.com>
- Date: Wed, 01 Aug 2018 14:54:15 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 1 August 2018 21:54:38 UTC
It could be that this should call https://streams.spec.whatwg.org/#create-readable-stream or https://streams.spec.whatwg.org/#create-readable-byte-stream (#267?) instead of trying to go through the `ReadableStream()` constructor, with all the ambiguity about how modifying `Object`'s prototype should affect things. @domenic You can view, comment on, or merge this pull request online at: https://github.com/whatwg/fetch/pull/781 -- Commit Summary -- * Be clearer about the underlying source of a constructed ReadableStream. -- File Changes -- M fetch.bs (8) -- Patch Links -- https://github.com/whatwg/fetch/pull/781.patch https://github.com/whatwg/fetch/pull/781.diff -- 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/pull/781
Received on Wednesday, 1 August 2018 21:54:38 UTC