- From: Yutaka Hirano <notifications@github.com>
- Date: Sun, 24 Jan 2016 21:37:55 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 25 January 2016 05:38:29 UTC
> @@ -2760,9 +2808,14 @@ <h4 id="should-response-to-request-be-blocked-due-to-nosniff?"><dfn title="shoul > <span title="handle content codings">handling content codings</span> given > <var>codings</var> and <var>bytes</var>. > > - <li><p>Push <var>bytes</var> to <var>response</var>'s > - <span title=concept-response-body>body</span>. > - <!-- XXX xref payload body / streams --> > + <li> > + <p><span title=concept-enqueue-ReadableStream>Enqueue</span> a <code>Uint8Array</code> > + object wrapping an <code>ArrayBuffer</code> containing <var>bytes</var> to <var>stream</var>. > + <p class="note no-backref">This operation will not throw an exception. Done. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/200/files#r50655361
Received on Monday, 25 January 2016 05:38:29 UTC