Skip to main content

addEventListener

method AbortSignal.addEventListener
Jump to headingAbortSignal.addEventListener<K extends keyof AbortSignalEventMap>(
type: K,
listener: () => any,
options?: boolean | AddEventListenerOptions,
): void

Type Parameters Jump to heading

Parameters Jump to heading

Return Type Jump to heading

void
Jump to headingAbortSignal.addEventListener(
type: string,
options?: boolean | AddEventListenerOptions,
): void
Back to top