- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 03 Aug 2016 23:56:57 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 4 August 2016 07:03:54 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_). Wrap to 120 chars by breaking after the ! --- 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#r73470555
Received on Thursday, 4 August 2016 07:03:54 UTC