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

> @@ -1,7 +1,8 @@
>  var assert = require('assert');
>  import * as helpers from './helpers';
> -import { AcquireExclusiveStreamReader, CallReadableStreamPull, CloseReadableStream, CreateReadableStreamCloseFunction,
> -  CreateReadableStreamEnqueueFunction, CreateReadableStreamErrorFunction, IsReadableStream, ReadFromReadableStream,
> +import { AcquireExclusiveStreamReader, CallReadableStreamPull,

Nit: alphabetize and wrap to 120 chars

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/pull/277/files#r24117515

Received on Wednesday, 4 February 2015 20:42:39 UTC