- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 31 Mar 2017 03:46:59 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 31 March 2017 10:47:31 UTC
domenic 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) { `npm run coverage` may help! -- 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_r109134777
Received on Friday, 31 March 2017 10:47:31 UTC