webworker-promise icon indicating copy to clipboard operation
webworker-promise copied to clipboard

Handle the event that the webworker file fails to load.

Open zdu-strong opened this issue 1 year ago • 1 comments

If the network is disconnected, the webworker-promise will not be processed, neither resolve nor reject

zdu-strong avatar Apr 11 '23 04:04 zdu-strong

Thank you, that's a good point. I think we should make an async factory that would create a Worker, make sure everything is ok or throw an error

kwolfy avatar Apr 18 '23 07:04 kwolfy