- From: Takeshi Yoshino <notifications@github.com>
- Date: Fri, 06 May 2016 05:03:47 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc:
Received on Friday, 6 May 2016 12:04:15 UTC
> @@ -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; I lack knowledge to understand this. Should I just learn what wpt-runner is doing more? --- 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#r62321108
Received on Friday, 6 May 2016 12:04:15 UTC