Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method Headers.prototype.[Symbol.iterator]
import { Headers } from "https://deno.land/x/tl_log@0.1.2/examples/deploy.d.ts";

The Symbol.iterator well-known symbol specifies the default iterator for this Headers object

Returns

IterableIterator<[string, string]>