ConstFetches the raw text of a URL through the Web Worker (or the main-thread fallback). Perf 6.3.1: Used for GPX files to offload network from the main thread. Note: DOMParser parsing stays on the main thread — it is not available in every Worker.
Checks whether the Web Worker is available.
Terminates the Worker and clears its state. Called during application teardown.
Fetches and parses GeoJSON through the Web Worker (or the main-thread fallback).