Re: [whatwg/streams] Align WritableStream structure with ReadableStream structure (#462)

> @@ -578,14 +578,15 @@ class WritableStreamDefaultController {
>      const startResult = InvokeOrNoop(underlyingSink, 'start', [this]);
>      Promise.resolve(startResult).then(
>        () => {
> +        throw new assert.AssertionError('ss');

Did you mean to commit this line?

---
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#r70761339

Received on Thursday, 14 July 2016 07:37:18 UTC