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

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