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

api.RTCIceCandidateStats - misleading data about property fields in chrome #12816

Closed
Dimace opened this issue Oct 12, 2021 · 2 comments
Closed
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API

Comments

@Dimace
Copy link

Dimace commented Oct 12, 2021

Google chrome Version 94.0.4606.81 (Official Build) (x86_64), macOS Big Sur version 11.6

What information was incorrect, unhelpful, or incomplete?

Screenshot 2021-10-12 at 10 29 54

it is claimed that no properties of RTCIceCandidateStats are supported in Chrome.

What did you expect to see?

I expect to see relevant data about support of property fields of RTCIceCandidateStats in Chrome

Did you test this? If so, how?

I invoked getStats() (https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/getStats) and iterated over its dictionaries and all fields of RTCIceCandidateStats were present there. Here is the result:

Screenshot 2021-10-12 at 13 17 11

MDN page report details
@queengooborg queengooborg added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Oct 12, 2021
@queengooborg
Copy link
Contributor

We're working to remove non-interface features, like dictionaries, from BCD since they don't have compatibility data separate from the features that use it. We're tracking the progress in #6810 (and #6879 for this particular dictionary), so this should be resolved soon!

I'm closing this issue since it's already covered in the dictionary removal burndown issue.

@Dimace
Copy link
Author

Dimace commented Oct 12, 2021

thanks! I was just wondering if MDN community was aware of it and it also was confusing to me, so I decided to report it.

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

No branches or pull requests

2 participants