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

Conversation

queengooborg
Copy link
Collaborator

This PR was created based upon the mdn-bcd-collector. It was determined that this function was implemented in Chome 53 rather than 52 -- Chrome 52 implemented it behind a prefix. This also removes the note that talks about the prefixed support (which seems odd that it was added as a note), and removes old flag data.

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Oct 11, 2020
@foolip
Copy link
Collaborator

foolip commented Oct 13, 2020

This is a dupe of #6658 which I've unfortunately left sitting for too long. I updated it just today before I got to this PR.

Copy link
Collaborator

@foolip foolip left a comment

Choose a reason for hiding this comment

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

I spotted a difference to #6658, but let's update that PR since it also has updated notes.

"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.

@ddbeck
Copy link
Collaborator

ddbeck commented Oct 15, 2020

I think this was resolved by #6658. I'm going to close this, but if I've made a mistake please @ me and we'll fix it.

@ddbeck ddbeck closed this Oct 15, 2020
@queengooborg queengooborg deleted the api/MediaDevices-getUserMedia branch October 15, 2020 20:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants