- From: Yutaka Hirano <notifications@github.com>
- Date: Mon, 28 Nov 2016 23:07:58 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Tuesday, 29 November 2016 07:08:31 UTC
yutakahirano commented on this pull request. > @@ -589,6 +589,9 @@ user-agent-defined <a for=header>value</a> for the <li><p>A <dfn export for=body id=concept-body-total-bytes>total bytes</dfn> (an integer), initially 0. + + <li><p>A <dfn export for=body id=concept-body-replayable>replayable flag</dfn> (a boolean), + initially false. Replaced boolean/true/false with (none)/set/unset. We actually [clone a body](https://fetch.spec.whatwg.org/#concept-body-clone) regardless of the flag. So calling it cloneable is confusing, I think. -- 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/425
Received on Tuesday, 29 November 2016 07:08:31 UTC