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

x/yxz/index.ts>async.waitEvent

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

Parameters

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