- From: Takeshi Yoshino <notifications@github.com>
- Date: Thu, 31 Mar 2016 06:56:26 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Thursday, 31 March 2016 13:56:54 UTC
/cc @yutakahirano ReadableByteStream has been merged into ReadableStream interface. It's time to update the ReadableStream section of the Fetch spec (https://fetch.spec.whatwg.org/#readablestream) to adopt the updated ReadableStream and construct a ReadableStream with the byte handling feature (i.e. getReader() returns a ReadableStreamBYOBReader when a certain option is passed). In the first step, we don't need to fully use the BYOB responding API but may just call the same enqueue() method. --- 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
Received on Thursday, 31 March 2016 13:56:54 UTC