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
The docs on this are a bit old and even new ones from Sept say 'we are working on getting paintAPI pant worklets off the main thread.' Is there an update on there this is at? Can we use in production with a pollyfill for Safari? Thanks.
The text was updated successfully, but these errors were encountered:
There are a number of folks using this polyfill in production. In most cases the polyfill's performance matches or exceeds direct <canvas> usage: the polyfill uses clever hacks in Firefox and Safari that let it draw to multiple locations without image encoding/decoding overhead.
That being said, there are a couple wins still to be had: once Firefox lands support for OffscreenCanvas, the polyfill can detect and use that to decouple paint framerate from the page.
The docs on this are a bit old and even new ones from Sept say 'we are working on getting paintAPI pant worklets off the main thread.' Is there an update on there this is at? Can we use in production with a pollyfill for Safari? Thanks.
The text was updated successfully, but these errors were encountered: