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
Chromium had a longstanding bug that it couldn't make a copy of a drawing buffer after it had been sent to the compositor. This was fixed recently but no new tests started passing, which indicates missing coverage.
We should have tests for transferToImageBitmap, toBlob, toDataURL and friends that look like:
requestAnimationFrame( () => {
do the drawing
})
// wait for the animation frame
call toBlob and friends here
The text was updated successfully, but these errors were encountered:
Chromium had a longstanding bug that it couldn't make a copy of a drawing buffer after it had been sent to the compositor. This was fixed recently but no new tests started passing, which indicates missing coverage.
We should have tests for
transferToImageBitmap
,toBlob
,toDataURL
and friends that look like:The text was updated successfully, but these errors were encountered: