-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Use OffscreenCanvas if available #10039
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Interesting find. If we can feature-detect this, we could try benchmarking this. |
@timvandermeij it is feature-detectable, see example here: https://developers.google.com/web/updates/2018/08/offscreen-canvas#use_with_popular_libraries |
This should give a performance boost for Chrome since in my observations rendering takes some time, especially when rendering many different pdfs including changing zoom levels. Is there already a plan to integrate this feature? |
OffscreenCanvas is in origin trial in Firefox. |
Closing since we now use |
https://developers.google.com/web/updates/2018/08/offscreen-canvas
The text was updated successfully, but these errors were encountered: