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
After sprites are extracted from the image via getSpriteUrisFromImg
(which draws to canvas and creates data URLs), the original image and
its object URL are no longer needed. Clean up the object URL at this
point to prevent memory leaks.
This only affects the fallback path (HTMLImageElement) since ImageBitmap
doesn't have a src property and doesn't use object URLs.
0 commit comments