[w3c/permissions] Add `audio` permission state (Issue #461)

nums created an issue (w3c/permissions#461)

A user can mute their tab. When they want to play a video, you cannot show them a pop-up alert to inform them that their sound is disabled.

```js
navigator.permissions.query({ name: "audio" }).then((permissionStatus) => {});
```

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

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

Received on Thursday, 27 February 2025 10:12:18 UTC