From 997f2138656b64360f146d78bd6afc7eece4555a Mon Sep 17 00:00:00 2001
From: strudy-bot <>
Date: Tue, 7 Jan 2025 08:42:04 +0000
Subject: [PATCH] File report on Wrong Web IDL type for URLs in Identifiers for
WebRTC's Statistics API
---
issues/webrtc-stats-urltype.md | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 issues/webrtc-stats-urltype.md
diff --git a/issues/webrtc-stats-urltype.md b/issues/webrtc-stats-urltype.md
new file mode 100644
index 0000000..c68d1ba
--- /dev/null
+++ b/issues/webrtc-stats-urltype.md
@@ -0,0 +1,12 @@
+---
+Title: Wrong Web IDL type for URLs in Identifiers for WebRTC's Statistics API
+Tracked: N/A
+Repo: 'https://github.com/w3c/webrtc-stats'
+---
+
+While crawling [Identifiers for WebRTC's Statistics API](https://w3c.github.io/webrtc-stats/), wrong Web IDL type for URLs:
+* [ ] `field url` in dictionary `RTCIceCandidateStats` uses `DOMString` instead of recommended `USVString` for URLs
+
+Cc @dontcallmedom @tidoust
+
+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/).