property IRuntimeServices.dns
Since 0.2.0

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.

Type

Usage

import { type IRuntimeServices } from "common/src/index.ts";