Skip to content

feat(webrtc): add values(), keys(), size to RTCStatsReport for W3C Ma…#1

Merged
Beckers26 merged 1 commit into
masterfrom
feat/stats-report-map-api
Mar 28, 2026
Merged

feat(webrtc): add values(), keys(), size to RTCStatsReport for W3C Ma…#1
Beckers26 merged 1 commit into
masterfrom
feat/stats-report-map-api

Conversation

@Beckers26

Copy link
Copy Markdown
Contributor

…p-like compliance

RTCStatsReport should expose a Map-like interface per the W3C spec. The missing values() method caused consumers iterating stats via Symbol.iterator to receive [key, value] tuples instead of stat objects, breaking direct-pair detection in openclaw-helper.

…p-like compliance

RTCStatsReport should expose a Map-like interface per the W3C spec. The
missing values() method caused consumers iterating stats via
Symbol.iterator to receive [key, value] tuples instead of stat objects,
breaking direct-pair detection in openclaw-helper.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@Beckers26 Beckers26 merged commit 2686870 into master Mar 28, 2026
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants