Re: [streams] Add IsReadableStreamDisturbed predicate (#385)

>  import WritableStream from './lib/writable-stream';
>  import ByteLengthQueuingStrategy from './lib/byte-length-queuing-strategy';
>  import CountQueuingStrategy from './lib/count-queuing-strategy';
>  import TransformStream from './lib/transform-stream';
>  
>  global.ReadableStream = ReadableStream;
> +global.IsReadableStreamDisturbed = IsReadableStreamDisturbed;

Yes, that sounds good. And maybe move them to a separate abstract-ops.js or from-other-specs.js test file.

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

Received on Tuesday, 4 August 2015 16:07:07 UTC