In requestPermission(absolute), the spec notes:
There is no algorithm for requesting multiple permissions at once. However, user agents are encouraged to bundle concurrent requests for different kinds of media into a single user-facing permission prompt.
Which is indicative that the permission model is not correct. This also sets a bad precedent for mixing multiple permissions policies.
We should fix this.
In
requestPermission(absolute), the spec notes:Which is indicative that the permission model is not correct. This also sets a bad precedent for mixing multiple permissions policies.
We should fix this.