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
{{ message }}
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.
When adding a blur or adding an image to the background I get this message: 'Canvas2D: Multiple readback operations using getImageData are faster with the willReadFrequently attribute set to true. See: https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-will-read-frequently'
Hello,
I use:
Vue 2,
"@opentok/client": "2.24.0",
When adding a blur or adding an image to the background I get this message:
'Canvas2D: Multiple readback operations using getImageData are faster with the willReadFrequently attribute set to true. See: https://html.spec.whatwg.org/multipage/canvas.html#concept-canvas-will-read-frequently'
Filters are added but the page hangs.
How can it be fixed?
Thanks for any help
My code:
The text was updated successfully, but these errors were encountered: