- From: Domenic Denicola <notifications@github.com>
- Date: Sun, 26 Mar 2017 23:45:17 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 27 March 2017 06:45:48 UTC
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