-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File report on Wrong Web IDL type for URLs in WebRTC: Real-Time Commu…
…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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |