Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

type

{ DomIterableMixin(base: any, dataSymbol: symbol): any; }