Re: [whatwg/streams] Eliminate usages of async_test (#534)

ricea commented on this pull request.



> @@ -1,7 +1,7 @@
 'use strict';
 
 if (self.importScripts) {
-  self.importScripts('/resources/testharness.js');
+  self.importScripts('/resources/testharness.js', '..resources/test-utils.js');

I thought that the multiple-argument form permitted the requests to proceed in the parallel, but it appears not.

Changed.

-- 
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/534

Received on Thursday, 13 October 2016 05:34:22 UTC