- From: Takeshi Yoshino <notifications@github.com>
- Date: Thu, 04 Aug 2016 00:59:23 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 4 August 2016 08:19:23 UTC
> @@ -1654,6 +1651,13 @@ an assert). > 1. Perform ! ReadableStreamError(_stream_, _e_). > </emu-alg> > > +<h4 id="readable-stream-default-controller-error-if-needed" aoid="ReadableStreamDefaultControllerErrorIfNeeded" > +nothrow>ReadableStreamDefaultControllerErrorIfNeeded ( <var>controller</var>, <var>e</var> )</h4> > + > +<emu-alg> > + 1. If _controller_.[[controlledReadableStream]].[[state]] is `"readable"`, perform ! ReadableStreamDefaultControllerError(_controller_, _e_). Fixed by 16476213a6b4525e7bec74ed515b5628ef2cfb3a --- 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/streams/pull/500/files/0c9e00caa3096f3e81152b3c41878ddb2647235e#r73477970
Received on Thursday, 4 August 2016 08:19:23 UTC