Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oak_nest/deps.ts>OakCookie#forEach

Refer to nestjs to realize some common functions for Deno
Go to Latest
method OakCookie.prototype.forEach
import { OakCookie } from "https://deno.land/x/oak_nest@v1.15.0/deps.ts";

Parameters

callback: (
key: string,
value: string,
cookies: this,
) => void
optional
thisArg: any = [UNSUPPORTED]

Returns

Promise<void>