Re: [w3c/push-api] Expose pushManager on Window (PR #393)

@annevk 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

It's not?

> And as the specification hints that this process could fail, we should clarify that at the same time.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/push-api/pull/393#discussion_r2332187790
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/push-api/pull/393/review/3199616114@github.com>

Received on Tuesday, 9 September 2025 06:41:33 UTC