- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 04 Aug 2015 09:06:36 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Tuesday, 4 August 2015 16:07:07 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; 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