- From: Domenic Denicola <notifications@github.com>
- Date: Mon, 03 Aug 2015 09:01:21 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Monday, 3 August 2015 16:01:48 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; 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