Skip to main content

addEventListener

method FileReader.addEventListener
Jump to headingFileReader.addEventListener<K extends keyof FileReaderEventMap>(
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 headingFileReader.addEventListener(
type: string,
options?: boolean | AddEventListenerOptions,
): void
Back to top