You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rationale
I have reason to believe all browsers plan to ship this in the coming year. Making it part of this effort would help ensure implementations are aligned, issues with the specification get resolved, etc.
The text was updated successfully, but these errors were encountered:
We do know about OffscreenCanvas usage which at this point is around 27% (in comparison to HTMLCanvasElement which is around 41%). The real useful number would be OffscreenCanvas in workers (where there's no alternative) but we don't have those.
For the tests, yes. We are very confident they have good coverage. Most of our tests are executed in all 4 configurations (HTMLCanvasElement attached to the DOM, HTMLCanvasElement detached, OffscreenCanvas and OffscreenCanvas in workers). We are actively working on unifying them (cc @yiyix, which is leading this), but for the most part they should already be 90% the same.
Description
Enabling usage of canvas in workers.
Specification
https://html.spec.whatwg.org/multipage/canvas.html#the-offscreencanvas-interface
Tests
https://wpt.fyi/results/html/canvas/offscreen
Rationale
I have reason to believe all browsers plan to ship this in the coming year. Making it part of this effort would help ensure implementations are aligned, issues with the specification get resolved, etc.
The text was updated successfully, but these errors were encountered: