I use importScripts() to load huge JSON file (several dozens of MB) into webworker.
Is it possible to send callback when the import has been completed?
ex. self.postMessage("finished")
|
I use importScripts() to load huge JSON file (several dozens of MB) into webworker. Is it possible to send callback when the import has been completed? ex. self.postMessage("finished") |
|||
|
|