- From: Martin Thomson <notifications@github.com>
- Date: Sun, 25 Oct 2015 19:28:26 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 26 October 2015 02:28:56 UTC
https://fetch.spec.whatwg.org/#response > [SameObject] readonly attribute ReadableStream body; As discussed @TPAC, I think that we need to tee the stream (i.e., clone it) when accessing the body, which suggests that this not use `[SameObject]` and rather that it be a method. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/143
Received on Monday, 26 October 2015 02:28:56 UTC