- From: Adam Rice <notifications@github.com>
- Date: Fri, 31 Mar 2017 04:51:37 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 31 March 2017 11:52:11 UTC
ricea commented on this pull request.
> @@ -12,6 +12,9 @@ const ErrorSteps = Symbol('[[ErrorSteps]]');
class WritableStream {
constructor(underlyingSink = {}, { size, highWaterMark = 1 } = {}) {
this._state = 'writable';
+
+ // The error that will be reported by new method calls once the state becomes errored. Only set when [[state]] is
+ // 'errored' or [[pendingError]] is true. May be set to an undefined value.
Fixed.
--
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_r109143638
Received on Friday, 31 March 2017 11:52:11 UTC