Re: [w3c/ServiceWorker] Set correct embedder policy and cross-origin isolation mode (#1545)

@yutakahirano commented on this pull request.



> @@ -2901,7 +2906,7 @@ spec: rfc7231; urlPrefix: https://tools.ietf.org/html/rfc7231
       1. Let |script| be |serviceWorker|'s [=service worker/script resource=].
       1. Assert: |script| is not null.
       1. Let |startFailed| be false.
-      1. Let |agent| be the result of [=obtain a service worker agent|obtaining a service worker agent=], and run the following steps in that context:
+      1. Let |agent| be the result of [=obtain a service worker agent|obtaining a service worker agent=] with |serviceWorker|'s [=service worker/embedder policy=], and run the following steps in that context:

(Let's assume the procedure sets agent's agent cluster's cross-origin isolation mode. I'll fix the HTML side.)

-- 
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/1545#pullrequestreview-743815486

Received on Wednesday, 1 September 2021 11:41:59 UTC