Skip to main content
Module

x/evt/lib/types/lib.dom.ts>RequestDestination

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