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>,

Done.

-- 
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#r76169829

Received on Thursday, 25 August 2016 01:56:11 UTC