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);

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