W3cubDocs
/
Deno
W3cubTools
Cheatsheets
About
EventListenerObject
interface
EventListenerObject {
handleEvent(
evt
:
Event
)
:
void
|
Promise
<
void
>
;
}
Methods
handleEvent(
evt
:
Event
)
:
void
|
Promise
<
void
>
© 2018–2021 the Deno authors
https://doc.deno.land/deno/stable/~/EventListenerObject