DNS resolution; absent on runtimes with no resolver API (edge platforms).
Cloudflare Workers omits this key entirely — its network access is
fetch, which resolves names internally and exposes no lookup surface.
DNS resolution; absent on runtimes with no resolver API (edge platforms).
Cloudflare Workers omits this key entirely — its network access is
fetch, which resolves names internally and exposes no lookup surface.
import { type IRuntimeServices } from "common/src/index.ts";