Browser / edge entry point. Asynchronously fetches, decompresses, and
parses the bundled data/navaids.json.gz snapshot using Web Streams
(DecompressionStream) and the global fetch. Works in every evergreen
browser, Cloudflare Workers, Deno Deploy, and Node 22+.
Node consumers should use the default entry point instead,
which performs the same work synchronously at module load time.
Browser / edge entry point. Asynchronously fetches, decompresses, and parses the bundled
data/navaids.json.gzsnapshot using Web Streams (DecompressionStream) and the globalfetch. Works in every evergreen browser, Cloudflare Workers, Deno Deploy, and Node 22+.Node consumers should use the default entry point instead, which performs the same work synchronously at module load time.