We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0afc9c0 commit 068089bCopy full SHA for 068089b
1 file changed
inputfiles/patches/webrtc-encoded-transform.kdl
@@ -3,11 +3,11 @@
3
// The spec removed `timestamp` but browsers still have it as of 2025-12
4
// https://github.com/w3c/webrtc-encoded-transform/pull/204
5
interface RTCEncodedAudioFrame {
6
- property timestamp type=long readonly=#true mdnUrl="https://developer.mozilla.org/docs/Web/API/RTCEncodedAudioFrame/timestamp"
+ property timestamp type="long long" readonly=#true mdnUrl="https://developer.mozilla.org/docs/Web/API/RTCEncodedAudioFrame/timestamp"
7
}
8
9
interface RTCEncodedVideoFrame {
10
- property timestamp type=long readonly=#true mdnUrl="https://developer.mozilla.org/docs/Web/API/RTCEncodedVideoFrame/timestamp"
+ property timestamp type="long long" readonly=#true mdnUrl="https://developer.mozilla.org/docs/Web/API/RTCEncodedVideoFrame/timestamp"
11
12
13
removals {
0 commit comments