- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 24 Nov 2022 23:16:39 -0800
- To: w3c/permissions <permissions@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 25 November 2022 07:16:51 UTC
@annevk commented on this pull request. > + <li>If |global| does not have [=transient activation=], [=queue a global task=] on + the [=user interaction task source=] given |global| to [=reject=] |promise| with a + "{{NotAllowedError}}" {{DOMException}} and abort these steps. + </li> + <li>Otherwise, [=consume user activation=] of |global|. I'm not sure this really works if "requesting permission to use" is called while in parallel as the transient activation check really has to happen in the main thread. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/permissions/pull/401#pullrequestreview-1193912360 You are receiving this because you are subscribed to this thread. Message ID: <w3c/permissions/pull/401/review/1193912360@github.com>
Received on Friday, 25 November 2022 07:16:51 UTC