- From: Takeshi Yoshino <notifications@github.com>
- Date: Thu, 14 Jul 2016 01:03:05 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc:
Received on Thursday, 14 July 2016 08:03:54 UTC
> @@ -578,14 +578,15 @@ class WritableStreamDefaultController { > const startResult = InvokeOrNoop(underlyingSink, 'start', [this]); > Promise.resolve(startResult).then( > () => { > + throw new assert.AssertionError('ss'); Thanks. Removed --- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/462/files/b417f8ccb307a8b92854aef1384b7687919a7402..23f089f36ee978e321974ca40caf4392fb43581b#r70764647
Received on Thursday, 14 July 2016 08:03:54 UTC