- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Tue, 09 Sep 2025 00:19:59 -0700
- To: w3c/push-api <push-api@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 9 September 2025 07:20:04 UTC
@saschanaz commented on this pull request. > </li> - <li>When the request has been completed, [=queue a global task=] on the [=networking - task source=] using |global| to [=resolve=] |promise| with |subscription| and terminate - these steps. + <li>If |permission| is {{PermissionState/"denied"}}, [=queue a global task=] on the + [=user interaction task source=] using |global| to [=reject=] |promise| with a + {{"NotAllowedError"}} {{DOMException}} and terminate these steps. + </li> + <li>If |subscription| is non-null: + <ol> + <li>If there is an error with |subscription|, then [=queue a global task=] on the I don't see how it is relevant to the relationship between pushmessage and subscription... -- Reply to this email directly or view it on GitHub: https://github.com/w3c/push-api/pull/393#discussion_r2332275147 You are receiving this because you are subscribed to this thread. Message ID: <w3c/push-api/pull/393/review/3199763251@github.com>
Received on Tuesday, 9 September 2025 07:20:04 UTC