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

x/yxz/async/mod.ts>waitEvent

Deno Standard Extensions
Go to Latest
function waitEvent
import { waitEvent } from "https://deno.land/x/yxz@0.17.0/async/mod.ts";

Parameters

target: EventTarget
event: string
optional
options: { timeout?: number; }