Skip to content

Commit a4ea47c

Browse files
Chrome 145 adds VideoFrame.metadata() (#29298)
* Chrome 145 videoframe.metadata * Add Firefox bug for `VideoFrame.metadata()` --------- Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
1 parent c1d17a8 commit a4ea47c

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

api/VideoFrame.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,39 @@
104104
}
105105
}
106106
},
107+
"metadata_option": {
108+
"__compat": {
109+
"description": "`metadata` option",
110+
"spec_url": "https://w3c.github.io/webcodecs/#dom-videoframeinit-metadata",
111+
"support": {
112+
"chrome": {
113+
"version_added": "145"
114+
},
115+
"chrome_android": "mirror",
116+
"edge": "mirror",
117+
"firefox": {
118+
"version_added": false,
119+
"impl_url": "https://bugzil.la/1802053"
120+
},
121+
"firefox_android": "mirror",
122+
"oculus": "mirror",
123+
"opera": "mirror",
124+
"opera_android": "mirror",
125+
"safari": {
126+
"version_added": false
127+
},
128+
"safari_ios": "mirror",
129+
"samsunginternet_android": "mirror",
130+
"webview_android": "mirror",
131+
"webview_ios": "mirror"
132+
},
133+
"status": {
134+
"experimental": true,
135+
"standard_track": true,
136+
"deprecated": false
137+
}
138+
}
139+
},
107140
"rotation_option": {
108141
"__compat": {
109142
"description": "`rotation` option",

0 commit comments

Comments
 (0)