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
Warning: BackgroundProcessor.js:21 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 (caused by BackgroundProcessor.js:21) is logged to the console.
This is not actually a bug, but fixing the warning would be useful (and may optimize the canvas for readback operations)
or sensitive account information (API keys, credentials, etc.) when reporting this issue.
Code to reproduce the issue:
Expected behavior:
No warning is logged to console.
Actual behavior:
Warning: BackgroundProcessor.js:21 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
(caused by BackgroundProcessor.js:21) is logged to the console.Software versions:
Chrome v. 110
macOS 13.2
~1.0.2
Ember.js
The text was updated successfully, but these errors were encountered: