Aborts all loading processes within the thread. It is used, for example, when aborting the processing of a web worker.
Since the memory area differs for each web worker, the scope that can be aborted is only within the web worker that executed it.
There is no effect on processing running in other web workers.
Therefore, when building a web application that displays multiple map screens, by preparing a separate web worker for each map screen, abort processing per map screen becomes possible.
Aborts all loading processes within the thread. It is used, for example, when aborting the processing of a web worker.
Since the memory area differs for each web worker, the scope that can be aborted is only within the web worker that executed it. There is no effect on processing running in other web workers. Therefore, when building a web application that displays multiple map screens, by preparing a separate web worker for each map screen, abort processing per map screen becomes possible.