Re: [whatwg/streams] Unified error handling for WritableStream (#721)

ricea commented on this pull request.



> @@ -42,6 +45,9 @@ class WritableStream {
     // The backpressure signal set by the controller.
     this._backpressure = false;
 
+    // True if an error is pending on the stream.
+    this._pendingError = false;

Oops. Removed.

-- 
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/721#discussion_r109143657

Received on Friday, 31 March 2017 11:52:17 UTC