deno / latest / ~ / windoweventmap.html

WindowEventMap

interface WindowEventMap {
    
error: ErrorEvent;
unhandledrejection: PromiseRejectionEvent;
}

Properties

error: ErrorEvent
unhandledrejection: PromiseRejectionEvent

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/WindowEventMap