Re: [w3c/permissions] Integrate "request permission to use" with user activation (PR #401)

@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