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

Fix Chrome/Opera versions for RTCPeerConnection.getReceivers #1714

Merged
merged 1 commit into from
Apr 5, 2018
Merged

Fix Chrome/Opera versions for RTCPeerConnection.getReceivers #1714

merged 1 commit into from
Apr 5, 2018

Conversation

jlaine
Copy link
Contributor

@jlaine jlaine commented Mar 30, 2018

Chrome only supports getReceivers from version 59 onwards, see:

https://www.chromestatus.com/feature/5715393821802496

I can't find any explicit release notes for the Opera version, but Opera 46
is based on Chromium 59, so that's most likely the one:

https://dev.opera.com/blog/opera-46/

Chrome only supports getReceivers from version 59 onwards, see:

  https://www.chromestatus.com/feature/5715393821802496

I can't find any explicit release notes for the Opera version, but Opera 46
is based on Chromium 59, so that's most likely the one:

  https://dev.opera.com/blog/opera-46/
@Elchi3 Elchi3 added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Apr 4, 2018
Copy link
Member

@Elchi3 Elchi3 left a comment

Choose a reason for hiding this comment

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

Thanks again for your help! 👍

@Elchi3 Elchi3 merged commit 6ce76e9 into mdn:master Apr 5, 2018
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.

2 participants