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;

For example, such tests could never be run in browsers. Maybe they just should be left for other specs' test suites.

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

Received on Monday, 3 August 2015 16:01:48 UTC