Re: [w3c/push-api] check and consume user activation (PR #348)

@saschanaz commented on this pull request.



> @@ -1200,6 +1200,21 @@ <h3>
             </li>
           </ol>
         </li>
+        <li>If |global| is a {{Window}} object:
+          <ol>
+            <li>Let |permissionState| be "`push`"'s [=permission state=].
+            </li>
+            <li>If |permissionState| is "`prompt`":
+              <ol>
+                <li>If |global| does not have [=transient activation=], return [=a promise rejected

Ah yes, we only check the activation but doesn't really consume it, that's why we can do that. Certainly things change when we consume it.

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

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

Received on Tuesday, 2 December 2025 10:00:44 UTC