- From: Jungkee Song <notifications@github.com>
- Date: Wed, 11 Oct 2017 01:44:27 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 11 October 2017 08:44:49 UTC
jungkees commented on this pull request. > 1. Else if |request| is a string, then: - 1. Set |r| to the associated [=Request/request=] of the result of invoking the initial value of {{Request}} as constructor with |request| as its argument. If this <a>throws</a> an exception, return a <a>promise</a> rejected with that exception. - 1. Let |promise| be a new <a>promise</a>. - 1. Run these substeps <a>in parallel</a>: - 1. Let |responseArray| be an empty array. + 1. Set |r| to the associated [=Request/request=] of the result of invoking the initial value of {{Request}} as constructor with |request| as its argument. If this [=throws=] an exception, return [=a promise rejected with=] that exception. + 1. Let |realm| be the [=current Realm Record=]. I referenced it from the example in https://html.spec.whatwg.org/#event-loop-for-spec-authors. But I think the relevant realm of the context object is correct indeed. Addressed as such. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1190#discussion_r143946242
Received on Wednesday, 11 October 2017 08:44:49 UTC