- From: Mattias Buelens <notifications@github.com>
- Date: Wed, 12 Aug 2020 13:49:03 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 12 August 2020 20:49:16 UTC
@MattiasBuelens commented on this pull request. > @@ -11,3 +11,14 @@ exports.rethrowAssertionErrorRejection = e => { }, 0); } }; + +exports.mixin = (target, source) => { Shamelessly stolen from [jsdom](https://github.com/jsdom/jsdom/blob/5279cfda5fe4d52f04b2eb6a801c98d81f9b55da/lib/jsdom/utils.js#L57-L66). 😁 -- 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/1050#pullrequestreview-466266018
Received on Wednesday, 12 August 2020 20:49:16 UTC