- From: Takeshi Yoshino <notifications@github.com>
- Date: Mon, 03 Aug 2015 21:16:57 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Tuesday, 4 August 2015 04:17:27 UTC
> 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