Skip to content

Commit

Permalink
Remove api.MediaStreamTrack.overconstrained_event from BCD (#21763)
Browse files Browse the repository at this point in the history
This PR removes the `overconstrained_event` member of the `MediaStreamTrack` API from BCD. Per the [data guidelines](https://github.com/mdn/browser-compat-data/blob/main/docs/data-guidelines/index.md#removal-of-irrelevant-features), this feature can be considered irrelevant and may be removed from BCD accordingly. Even if the current data suggests that the feature is supported, lack of support has been confirmed by the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.6.4).

Tests Used: https://mdn-bcd-collector.gooborg.com/tests/api/MediaStreamTrack/overconstrained_event
  • Loading branch information
queengooborg authored Dec 28, 2023
1 parent 439b852 commit b56b00c
Showing 1 changed file with 0 additions and 37 deletions.
37 changes: 0 additions & 37 deletions api/MediaStreamTrack.json
Original file line number Diff line number Diff line change
Expand Up @@ -581,43 +581,6 @@
}
}
},
"overconstrained_event": {
"__compat": {
"description": "<code>overconstrained</code> event",
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaStreamTrack/overconstrained_event",
"support": {
"chrome": {
"version_added": false
},
"chrome_android": "mirror",
"edge": {
"version_added": "12",
"version_removed": "79"
},
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": "11"
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": false,
"deprecated": true
}
}
},
"readyState": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/API/MediaStreamTrack/readyState",
Expand Down

0 comments on commit b56b00c

Please sign in to comment.