Skip to content

Commit

Permalink
File report on Wrong Web IDL type for URLs in WebRTC: Real-Time Commu…
Browse files Browse the repository at this point in the history
…nication in Browsers
  • Loading branch information
strudy-bot committed Jan 7, 2025
1 parent c462220 commit 0383b69
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions issues/webrtc-urltype.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
Title: 'Wrong Web IDL type for URLs in WebRTC: Real-Time Communication in Browsers'
Tracked: N/A
Repo: 'https://github.com/w3c/webrtc-pc'
---

While crawling [WebRTC: Real-Time Communication in Browsers](https://w3c.github.io/webrtc-pc/), 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

<sub>Cc @dontcallmedom @tidoust</sub>

<sub>This issue was detected and reported semi-automatically by [Strudy](https://github.com/w3c/strudy/) based on data collected in [webref](https://github.com/w3c/webref/).</sub>

0 comments on commit 0383b69

Please sign in to comment.