[fetch] " [SameObject] readonly attribute ReadableStream..." (#143)

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