Skip to main content
Module

x/netzo/deno.d.ts>Headers#forEach

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
method Headers.prototype.forEach
import { Headers } from "https://deno.land/x/netzo@v0.1.10/deno.d.ts";

Parameters

callbackfn: (
value: string,
key: string,
parent: this,
) => void
optional
thisArg: any