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 Apr 14, 2021. It is now read-only.
In Edge, the line
URL.revokeObjectURL(objURL);
in theShimWorker
constructor zaps the blob and the worker is not materialised.The same issue is already well covered here: browserify/webworkify#26.
Maybe the same fix can be applied: just attach
objURL
to the worker and let the consumer take responsibility for it's life cycle?The text was updated successfully, but these errors were encountered: