Skip to content

Commit

Permalink
Remove volumechange event from GlobalEventHandlers (#16760)
Browse files Browse the repository at this point in the history
  • Loading branch information
queengooborg authored Jun 21, 2022
1 parent 2849b7d commit 746d757
Showing 1 changed file with 0 additions and 51 deletions.
51 changes: 0 additions & 51 deletions api/GlobalEventHandlers.json
Original file line number Diff line number Diff line change
Expand Up @@ -3496,57 +3496,6 @@
}
}
},
"onvolumechange": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GlobalEventHandlers/onvolumechange",
"spec_url": "https://html.spec.whatwg.org/multipage/webappapis.html#handler-onvolumechange",
"support": {
"chrome": {
"version_added": "32"
},
"chrome_android": "mirror",
"edge": {
"version_added": "12"
},
"firefox": {
"version_added": "9"
},
"firefox_android": "mirror",
"ie": {
"version_added": "9"
},
"opera": [
{
"version_added": "19"
},
{
"version_added": "≤12.1",
"version_removed": "15"
}
],
"opera_android": [
{
"version_added": "19"
},
{
"version_added": "≤12.1",
"version_removed": "14"
}
],
"safari": {
"version_added": "9"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"onwaiting": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/GlobalEventHandlers/onwaiting",
Expand Down

0 comments on commit 746d757

Please sign in to comment.