Skip to main content
Module

x/evt/mod.ts>dom.RequestDestination

💧EventEmitter's typesafe replacement
Go to Latest
type alias dom.RequestDestination
import { type dom } from "https://deno.land/x/evt@v2.4.13/mod.ts";
const { RequestDestination } = dom;
definition:
| ""
| "audio"
| "audioworklet"
| "document"
| "embed"
| "font"
| "image"
| "manifest"
| "object"
| "paintworklet"
| "report"
| "script"
| "sharedworker"
| "style"
| "track"
| "video"
| "worker"
| "xslt"