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

@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

#408 is not really about error?

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

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

Received on Monday, 8 September 2025 19:01:32 UTC