Skip to main content
Module

x/oak/mod.ts>Cookies#forEach

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
method Cookies.prototype.forEach
import { Cookies } from "https://deno.land/x/oak@v10.6.0/mod.ts";

Parameters

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

Returns

Promise<void>