Re: [whatwg/streams] Reject writer.ready promise on errors, instead of fulfilling (#526)

domenic commented on this pull request.



> @@ -473,154 +473,6 @@ test('If close is called on a WritableStream in waiting state, ready will be ful
   }, 0);
 });
 
-test('If sink rejects on a WritableStream in writable state, ready will return a fulfilled promise', t => {

Hmm, I guess it might be worth porting this test more directly as well. Will do.

-- 
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/526

Received on Friday, 7 October 2016 18:39:49 UTC