- From: Yoshisato Yanagisawa <notifications@github.com>
- Date: Sun, 16 Feb 2025 21:44:54 -0800
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 17 February 2025 05:44:58 UTC
@yoshisatoyanagisawa commented on this pull request. > @@ -2044,7 +2050,7 @@ spec: storage; urlPrefix: https://storage.spec.whatwg.org/ 1. [=list/For each=] |requestResponse| of |requestResponses|: 1. Add a copy of |requestResponse|'s response to |responses|. 1. [=list/For each=] |response| of |responses|: - 1. If |response|'s [=response/type=] is "`opaque`" and [=cross-origin resource policy check=] with |promise|'s [=relevant settings object=]'s [=environment settings object/origin=], |promise|'s [=relevant settings object=], "", and |response|'s [=filtered response/internal response=] returns <b>blocked</b>, then reject |promise| with a `TypeError` and abort these steps. + 1. If |response|'s [=response/type=] is "`opaque`" and [=cross-origin resource policy check=], [=queue a task=] on |promise|'s [=relevant settings object=]'s [=environment settings object/origin=], |promise|'s [=relevant settings object=], "", and |response|'s [=filtered response/internal response=] returns <b>blocked</b>, then reject |promise| with a `TypeError` and abort these steps. What does this mean? -- Reply to this email directly or view it on GitHub: https://github.com/w3c/ServiceWorker/pull/1755#pullrequestreview-2620077860 You are receiving this because you are subscribed to this thread. Message ID: <w3c/ServiceWorker/pull/1755/review/2620077860@github.com>
Received on Monday, 17 February 2025 05:44:58 UTC