Re: [whatwg/streams] Refactor writable stream erroring to be centralized (#705)

domenic commented on this pull request.



> @@ -1029,13 +1026,15 @@ function defaultWriterReadyPromiseReset(writer) {
     writer._readyPromise_resolve = resolve;
     writer._readyPromise_reject = reject;
   });
+  writer._readyPromiseStatus = 'pending';

The plan is to use spec-ese to look at [[readyPromise]].[[PromiseStatus]]

-- 
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/705#discussion_r108099815

Received on Monday, 27 March 2017 06:45:48 UTC