Skip to main content

removeEventListener

method FileReader.removeEventListener
Jump to headingFileReader.removeEventListener<K extends keyof FileReaderEventMap>(
type: K,
listener: () => any,
options?: boolean | EventListenerOptions,
): void

Type Parameters Jump to heading

Parameters Jump to heading

Jump to headinglistener: () => any
optional
Jump to headingoptions: boolean | EventListenerOptions

Return Type Jump to heading

void
Jump to headingFileReader.removeEventListener(
type: string,
options?: boolean | EventListenerOptions,
): void
Back to top