- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 08 Feb 2016 16:07:15 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Tuesday, 9 February 2016 00:07:47 UTC
> @@ -3391,21 +3456,23 @@ <h4 id="should-response-to-request-be-blocked-due-to-nosniff?"><dfn title="shoul > <dl class=switch> > <dt><code data-anolis-spec=fileapi>Blob</code> > <dd> > - <p>Push a copy of <var>object</var>'s contents to <var>stream</var>. > + <p><span title=concept-enqueue-ReadableStream>Enqueue</span> a <code>Uint8Array</code> object pipeTo what though? We got rid of the idea of a writable stream for requests. I think the way to do this is to be vague. It also does need to be done in parallel. Hmm. Something like: In parallel, enqueue a sequence of `Uint8Array` objects representing _object_'s contents, as they become available while reading the blob. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/200/files#r52249243
Received on Tuesday, 9 February 2016 00:07:47 UTC