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

Wrong Web IDL type for URLs in WebRTC: Real-Time Communication in Browsers #3031

Open
6 tasks
dontcallmedom-bot opened this issue Jan 7, 2025 · 0 comments
Open
6 tasks

Comments

@dontcallmedom-bot
Copy link

While crawling WebRTC: Real-Time Communication in Browsers, wrong Web IDL type for URLs:

  • field urls in dictionary RTCIceServer uses DOMString instead of recommended USVString for URLs
  • attribute url in interface RTCIceCandidate uses DOMString instead of recommended USVString for URLs
  • attribute url in interface RTCPeerConnectionIceEvent uses DOMString instead of recommended USVString for URLs
  • field url in dictionary RTCPeerConnectionIceEventInit uses DOMString instead of recommended USVString for URLs
  • attribute url in interface RTCPeerConnectionIceErrorEvent uses DOMString instead of recommended USVString for URLs
  • field url in dictionary RTCPeerConnectionIceErrorEventInit uses DOMString instead of recommended USVString for URLs

Cc @dontcallmedom @tidoust

This issue was detected and reported semi-automatically by Strudy based on data collected in webref.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant