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
The heic2any library uses a web worker to convert HEIC files. After converting a file, the worker remain in memory until page refresh. It leaks about 70Mb on my machine.
The heic2any library uses a web worker to convert HEIC files. After converting a file, the worker remain in memory until page refresh. It leaks about 70Mb on my machine.
Proposed fix: chebum@39327e2
It terminates web worker after 10 seconds of inactivity.
Fixed heic2any.js is available here: https://github.com/chebum/heic2any/tree/master/dist
The fix also includes pull request #27
The text was updated successfully, but these errors were encountered: