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

ricea commented on this pull request.



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

If we're going to have a [[readyPromiseStatus]] slot, it should be explicitly initialised in the constructor.

-- 
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#pullrequestreview-29107524

Received on Monday, 27 March 2017 06:36:50 UTC