Re: [whatwg/streams] Mostly-editorial tweaks to align with newer ES algorithm styles (#444)

> @@ -19,6 +19,9 @@ wptRunner(testsPath, setup)
>    });
>  
>  function setup(window) {
> +  // Necessary so that we can send test-realm promises to the jsdom-realm implementation without causing assimilation.
> +  window.Promise = Promise;

OK. Understood briefly :) Thanks

---
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/444/files/1c563fab0411f262c15ffcf9b56b829ca9548247#r62449332

Received on Monday, 9 May 2016 04:25:39 UTC