FaddEventListener
Bun

function

addEventListener

function addEventListener<K extends keyof EventMap>(
type: K,
listener: (this: object, ev: EventMap[K]) => any,
options?: boolean | AddEventListenerOptions
): void;