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

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

A modern runtime for JavaScript and TypeScript.
Go to Latest
namespace globalThis
import { globalThis } from "https://deno.land/x/deno@v1.28.0/ext/webidl/internal.d.ts";

Functions

Assert that self is branded.

Configure prototype properties enumerability / writability / configurability.

Create a branded instance of an interface.

Create a converter for dictionaries.

Create a converter for enums.

Create a converter for interfaces.

Create a converter that makes the contained type nullable.

Create a converter that converts a Promise of the inner type.

Create a converter that converts a sequence of the inner type.

Throw an illegal constructor error.

Invoke a callback function.

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

Assert that the a function has at least a required amount of arguments.

Get the WebIDL / ES type of a value.