AddEventListenerOptions
interface AddEventListenerOptions extends EventListenerOptions {once?: boolean;passive?: boolean;signal?: AbortSignal;}
Расширения
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/AddEventListenerOptions