During development of WebGL 2.0, the ImageBitmap implementation was enhanced, for example in Bug 183438 and Bug 211484. At the current point, all of the WebGL 2.0 image_bitmap tests are passing; these cover a large number of input types (canvases, video, images, blobs, ImageData, etc.) and ensure that the implementation is working properly. Web developers - Google's Meet team most recently - have reached out asking for ImageBitmap support in WebKit. Let's flip the default value of the experimental flag covering this feature from false to true. If developers uncover issues, it will be easy to turn it back off.
Created attachment 431703 [details] Patch
<rdar://problem/79736755>
Comment on attachment 431703 [details] Patch It's also been true on WK1 for ages.
Committed r279297 (239173@main): <https://commits.webkit.org/239173@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 431703 [details].