- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 03 Mar 2016 14:42:29 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 3 March 2016 22:42:55 UTC
> @@ -85,7 +85,7 @@ test(() => { > start(controller) { > assert_equals(this, source, 'source is this during start'); > > - const methods = ['close', 'enqueue', 'error', 'constructor']; > + const methods = ['_cancel', '_pull', 'close', 'enqueue', 'error', 'constructor']; These shouldn't be here. I am not sure the best way to test them without breaking our reference implementation :(. Maybe use a `Symbol` for them in the implementation? That should work. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/430/files#r54961519
Received on Thursday, 3 March 2016 22:42:55 UTC