- From: Jungkee Song <notifications@github.com>
- Date: Thu, 08 Dec 2016 17:49:14 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Message-ID: <w3c/ServiceWorker/pull/1020/review/12156912@github.com>
jungkees commented on this pull request.
> @@ -2500,7 +2527,7 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe
Else, continue the rest of these steps after the algorithm's asynchronous completion, with |script| being the asynchronous completion value.
- 1. If |newestWorker| is not null, |newestWorker|'s [=service worker/script url=] [=url/equals=] |job|'s [=job/script url=] with the *exclude fragments flag* set, and |script| is a byte-for-byte match with |newestWorker|'s <a>script resource</a>, then:
+ 1. If |newestWorker| is not null, |newestWorker|'s [=service worker/script url=] [=url/equals=] |job|'s [=job/script url=] with the *exclude fragments flag* set, and |script|'s [=source text=] is a byte-for-byte match with |newestWorker|'s [=script resource=]'s [=source text=], if |script| is a [=classic script=], and |script|'s [=module record=]'s \[[ECMAScriptCode]] is a byte-for-byte match with |newestWorker|'s [=script resource=]'s [=module record=]'s \[[ECMAScriptCode]] otherwise, then:
Addressed: https://github.com/whatwg/html/pull/2157. And put module script specifier for module records: https://github.com/w3c/ServiceWorker/pull/1020/commits/d2047e1cc3cd37955e2fd15cd73e688b77f62e99.
--
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/1020
Received on Friday, 9 December 2016 01:49:48 UTC