Specifies the reason a tab was muted or unmuted.
On this page
tabs.MutedInfoReason
Type
Values of this type are strings. Possible values are:
- "capture"
-
Tab capture started, forcing a muted state change.
- "extension"
-
An extension set the muted state. If this is the reason,
extensionId
intabs.mutedInfo
will contain the ID of the extension responsible. - "user"
-
The user set the muted state.
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
MutedInfoReason |
46 | 79 | 47 | ? | 33 | No | ? | ? | No | ? | No | ? |
Note: This API is based on Chromium's chrome.tabs
API. This documentation is derived from tabs.json
in the Chromium code.
© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs/MutedInfoReason