Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Chromium data for api.MediaDevices.getUserMedia #6883

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
74 changes: 23 additions & 51 deletions api/MediaDevices.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,36 +367,22 @@
"support": {
"chrome": [
{
"version_added": "52"
"version_added": "53"
},
{
"version_added": "47",
"version_removed": "52",
"flags": [
{
"type": "preference",
"name": "Experimental Web Platform features",
"value_to_set": "Enabled"
}
],
"notes": "Older versions of Chrome implement <code>navigator.webkitGetUserMedia</code>, a prefixed form of the legacy <a href='https://developer.mozilla.org/docs/Web/API/Navigator/getUserMedia'><code>navigator.getUserMedia</code></a> API."
"version_added": "52",
"version_removed": "53",
"prefix": "webkit"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, so you're saying there was navigator.mediaDevices.webkitGetUserMedia for one release? I tested https://software.hixie.ch/utilities/js/live-dom-viewer/?saved=8570 in Chrome 52 and couldn't confirm. The prefixed variant was navigator.webkitGetUserMedia, going back to much further in time.

}
],
"chrome_android": [
{
"version_added": "52"
"version_added": "53"
},
{
"version_added": "47",
"version_removed": "52",
"flags": [
{
"type": "preference",
"name": "Experimental Web Platform features",
"value_to_set": "Enabled"
}
],
"notes": "Older versions of Chrome implement <code>navigator.webkitGetUserMedia</code>, a prefixed form of the legacy <a href='https://developer.mozilla.org/docs/Web/API/Navigator/getUserMedia'><code>navigator.getUserMedia</code></a> API."
"version_added": "52",
"version_removed": "53",
"prefix": "webkit"
}
],
"edge": {
Expand Down Expand Up @@ -428,35 +414,14 @@
"version_added": "40"
},
{
"version_added": "34",
"version_added": "39",
"version_removed": "40",
"flags": [
{
"type": "preference",
"name": "Experimental Web Platform features",
"value_to_set": "Enabled"
}
],
"notes": "Older versions of Opera implement <code>navigator.webkitGetUserMedia</code>, a prefixed form of the legacy <a href='https://developer.mozilla.org/docs/Web/API/Navigator/getUserMedia'><code>navigator.getUserMedia</code></a> API."
}
],
"opera_android": [
{
"version_added": "41"
},
{
"version_added": "34",
"version_removed": "41",
"flags": [
{
"type": "preference",
"name": "Experimental Web Platform features",
"value_to_set": "Enabled"
}
],
"notes": "Older versions of Opera implement <code>navigator.webkitGetUserMedia</code>, a prefixed form of the legacy <a href='https://developer.mozilla.org/docs/Web/API/Navigator/getUserMedia'><code>navigator.getUserMedia</code></a> API."
"prefix": "webkit"
}
],
"opera_android": {
"version_added": "41"
},
"safari": {
"version_added": "11"
},
Expand All @@ -466,9 +431,16 @@
"samsunginternet_android": {
"version_added": "6.0"
},
"webview_android": {
"version_added": "53"
}
"webview_android": [
{
"version_added": "53"
},
{
"version_added": "52",
"version_removed": "53",
"prefix": "webkit"
}
]
},
"status": {
"experimental": false,
Expand Down