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

x/deno/ext/webidl/internal.d.ts>globalThis.__bootstrap.webidl.mixinPairIterable

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

Mix in the iterable declarations defined in WebIDL. https://heycam.github.io/webidl/#es-iterable

Parameters

name: string
prototype: any
dataSymbol: symbol
keyKey: string | number | symbol
valueKey: string | number | symbol