Breaking Changes and Correctness Improvements
`lib.d.ts` Changes
DOMの型に微修正が入った。
RTCLocalSessionDescriptionInit
RTCInboundRtpStreamStats
など。
Checks for `super` Accesses on Instance Properties
super
の宣言に変更が入った。
Checks for `super` Property Access on Instance Fields によるもの。
Last updated