Re: [whatwg/streams] Editorial: add cross-links to internal slots (#1050)

@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