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;

So, should we remove this from run-tests.js and ... import in the test file?

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

Received on Tuesday, 4 August 2015 04:17:27 UTC