- From: Adam Rice <notifications@github.com>
- Date: Fri, 31 Mar 2017 03:38:45 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 31 March 2017 10:39:40 UTC
ricea commented on this pull request. > assert(state === 'writable', 'state must be writable'); const error = new TypeError('Requested to abort'); - if (stream._pendingAbortRequest !== undefined) { + if (stream._pendingAbortRequest === true) { It's a promise. Well, actually a record containing a promise and a reason. Great, now I need to work out whether this is a test gap or a no-op. -- 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_r109133628
Received on Friday, 31 March 2017 10:39:40 UTC