We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c75c445 commit 1fc63c6Copy full SHA for 1fc63c6
inputfiles/patches/webrtc-encoded-transform.kdl
@@ -12,13 +12,12 @@ removals {
12
}
13
14
15
-// The spec removed `timestamp` but browsers still have it.
+// The spec removed `timestamp` but browsers still have it as of 2025-12
16
// https://github.com/w3c/webrtc-encoded-transform/pull/204
17
-// Still Valid in 2025-12
18
interface RTCEncodedAudioFrame {
19
property timestamp type=long readonly=#true mdnUrl="https://developer.mozilla.org/docs/Web/API/RTCEncodedAudioFrame/timestamp"
20
21
22
interface RTCEncodedVideoFrame {
23
property timestamp type=long readonly=#true mdnUrl="https://developer.mozilla.org/docs/Web/API/RTCEncodedVideoFrame/timestamp"
24
-}
+}
0 commit comments