Re: [streams] Have each of the stream and reader hold promises (#277)

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