Re: [whatwg/streams] Fix rethrowAssertionErrorRejection (#898)

Fun fact: `instanceof` throws a `TypeError` if the right-hand side is not an object. Therefore, if this were ever refactored incorrectly again and `assert.AssertionError` no longer existed, we would get an error instead. 😄 

-- 
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/898#issuecomment-371284567

Received on Wednesday, 7 March 2018 21:14:10 UTC