- From: Adam Rice <notifications@github.com>
- Date: Wed, 12 Oct 2016 22:33:53 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 13 October 2016 05:34:22 UTC
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