- From: Takeshi Yoshino <notifications@github.com>
- Date: Mon, 09 Feb 2015 00:52:44 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Monday, 9 February 2015 08:53:13 UTC
> @@ -117,22 +153,47 @@ export function CreateReadableStreamEnqueueFunction(stream) { > } > > export function CreateReadableStreamErrorFunction(stream) { > - return e => { > + return e => ErrorReadableStream(stream, e); Reverted. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/277/files#r24314823
Received on Monday, 9 February 2015 08:53:13 UTC