Re: [whatwg/streams] Mark promise rejections for "state promises" as handled (#607)

ricea commented on this pull request.



>  
-  return promise_rejects(t, error1, writer.closed, 'writer.closed must reject with the write error')
+  return promise_rejects(t, error1, writer.write('Hello'), 'writer.write() must reject with the write error')
+    .then(() => {

How about doing without the {} here?

-- 
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/607#pullrequestreview-7983327

Received on Thursday, 10 November 2016 10:44:35 UTC