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

x/deno/ext/fetch/internal.d.ts>globalThis.__bootstrap.fetchUtil

A modern runtime for JavaScript and TypeScript.
Go to Latest
variable globalThis.__bootstrap.fetchUtil
import { globalThis } from "https://deno.land/x/deno@v1.30.2/ext/fetch/internal.d.ts";
const { fetchUtil } = globalThis.__bootstrap;

type

{ requiredArguments(
name: string,
length: number,
required: number,
): void; }