- From: Kagami Sascha Rosylight <notifications@github.com>
- Date: Mon, 01 Dec 2025 09:51:17 -0800
- To: w3c/push-api <push-api@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 1 December 2025 17:51:21 UTC
@saschanaz approved this pull request.
I'm fine with this.
> @@ -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
The Gecko implementation is more like saving the transient activation state and use that info later in async, but maybe that's a bit unusual to specify?
--
Reply to this email directly or view it on GitHub:
https://github.com/w3c/push-api/pull/348#pullrequestreview-3526295196
You are receiving this because you are subscribed to this thread.
Message ID: <w3c/push-api/pull/348/review/3526295196@github.com>
Received on Monday, 1 December 2025 17:51:21 UTC