Skip to content

Commit b2fdfbe

Browse files
cmahnkecaugner
andauthored
Chrome 137 adds pixelFormat option to ImageData() (float16) (#27661)
Co-authored-by: Claas Augner <[email protected]>
1 parent 08fff5f commit b2fdfbe

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

api/ImageData.json

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,40 @@
148148
"deprecated": false
149149
}
150150
}
151+
},
152+
"pixelFormat_option": {
153+
"__compat": {
154+
"description": "`pixelFormat` option",
155+
"spec_url": "https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#dom-imagedatasettings-pixelformat",
156+
"support": {
157+
"chrome": {
158+
"version_added": "137"
159+
},
160+
"chrome_android": "mirror",
161+
"edge": "mirror",
162+
"firefox": {
163+
"version_added": false,
164+
"impl_url": "https://bugzil.la/1958830"
165+
},
166+
"firefox_android": "mirror",
167+
"oculus": "mirror",
168+
"opera": "mirror",
169+
"opera_android": "mirror",
170+
"safari": {
171+
"version_added": false,
172+
"impl_url": "https://webkit.org/b/291196"
173+
},
174+
"safari_ios": "mirror",
175+
"samsunginternet_android": "mirror",
176+
"webview_android": "mirror",
177+
"webview_ios": "mirror"
178+
},
179+
"status": {
180+
"experimental": true,
181+
"standard_track": true,
182+
"deprecated": false
183+
}
184+
}
151185
}
152186
}
153187
},
@@ -403,4 +437,4 @@
403437
}
404438
}
405439
}
406-
}
440+
}

0 commit comments

Comments
 (0)