Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
method Headers.prototype.forEach
import { Headers } from "https://deno.land/x/darkflare@v5.0.3/types/mod.d.ts";

Type Parameters

optional
This = unknown

Parameters

callback: (
this: This,
value: string,
key: string,
parent: Headers,
) => void
optional
thisArg: This