Re: [whatwg/streams] Unified error handling for WritableStream (#721)

tyoshino approved this pull request.

lgtm. I'll take a quick look at the spec side too now, but please go ahead merge it.

>  
-  assert(state === 'writable');
+  assert(state === 'writable' || state === 'erroring');

OK. Makes sense.

-- 
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/721#pullrequestreview-32545372

Received on Thursday, 13 April 2017 04:32:05 UTC