- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 06 Feb 2015 12:19:48 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Friday, 6 February 2015 20:20:17 UTC
> @@ -117,22 +153,47 @@ export function CreateReadableStreamEnqueueFunction(stream) { > } > > export function CreateReadableStreamErrorFunction(stream) { > - return e => { > + return e => ErrorReadableStream(stream, e); I don't think this change is necessary. We can leave it as inline (both here and in the spec). --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/277/files#r24268882
Received on Friday, 6 February 2015 20:20:17 UTC