Open ibc opened 4 months ago
Sample Code: N/A
The reason we ask for sample code is so that we can inspect a value of this type at runtime and verify the things you're saying about it.
The reason we ask for sample code is so that we can inspect a value of this type at runtime and verify the things you're saying about it.
Thanks. I've added sample code.
⚙ Compilation target
ESNEXT
⚙ Library
No idea why this item is mandatory
Missing / Incorrect Definition
RTCStatsReport
is defined as follows:As per documentation,
RTCStatsReport
is aMap-like
object so it should include methods such asvalues()
,entries()
and members such assize
. Note that it must NOT includedelete()
,clear()
orset()
since it's read-only (see doc links at the bottom).However
RTCStatsReport
TypeScript definition only exposesforEach()
.Sample Code
Produces:
Documentation Link