Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/deno/ext/url/internal.d.ts>globalThis.__bootstrap.url

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

type

{ URL: URL; URLSearchParams: URLSearchParams; parseUrlEncoded(bytes: Uint8Array): [string, string][]; }