- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 01 Feb 2016 10:17:18 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 1 February 2016 18:17:50 UTC
> @@ -3433,12 +3501,19 @@ <h4 id="should-response-to-request-be-blocked-due-to-nosniff?"><dfn title="shoul > > <dt><code title>USVString</code> > <dd> > - <p>Push the result of running <span data-anolis-spec=encoding>utf-8 encode</span> on > - <var>object</var> to <var>stream</var>. > + <p><span title=concept-enqueue-ReadableStream>Enqueue</span> a <code>Uint8Array</code> object > + wrapping an <code>ArrayBuffer</code> containing the result of running > + <span data-anolis-spec=encoding>utf-8 encode</span> on <var>object</var> to <var>stream</var>. Can this ever fail? --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/200/files#r51456590
Received on Monday, 1 February 2016 18:17:50 UTC