Re: [w3c/permissions] Semantic Permission Bundles (#191)

> Not sure how feasible it would be to actually detect such patterns in practice

Queue a task and count requests? The important part isn't the promises, but that the APIs are invoked on the same task:
```js
navigator.mediaDevices.getUserMedia({video: true, audio: true});
Notification.requestPermission();
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/permissions/issues/191#issuecomment-1034967818
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/permissions/issues/191/1034967818@github.com>

Received on Thursday, 10 February 2022 14:12:07 UTC