Re: [whatwg/fetch] Fix ReadableStream operations (#374)

> @@ -1557,15 +1557,21 @@ <h3 id="should-response-to-request-be-blocked-due-to-mime-type?"><dfn title="sho
>  <var>stream</var>, run these steps:
>  
>  <ol>
> - <li><p>Call <code data-anolis-spec=streams>EnqueueInReadableStream</code>(<var>stream</var>,
> + <li><p>Let <var>controller</var> be <var>stream</var>.[[readableStreamController]].
> +
> + <li><p>Call
> + <span data-anolis-spec=streams>ReadableStreamDefaultControllerEnqueue</span>(<var>controller</var>,

If we only use it once, we might as well pass `stream.[[readableStreamController]]` in directly, no?

-- 
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/374/files/e17b8c06e3a36b520d23f88ea83141af0f211cd2#r76047927

Received on Wednesday, 24 August 2016 12:39:18 UTC