method Window.removeEventListener
Jump to headingWindow.removeEventListener<K extends keyof WindowEventMap>(type: K,listener: (this: Window,ev: WindowEventMap[K],) => any,options?: boolean | EventListenerOptions,): void
Type Parameters Jump to heading
Jump to headingK extends keyof WindowEventMap
Parameters Jump to heading
Jump to headingtype: K
Jump to headinglistener: (this: Window,ev: WindowEventMap[K],) => any
optional
Jump to headingoptions: boolean | EventListenerOptions
Return Type Jump to heading
void
Jump to headingWindow.removeEventListener(): void
Parameters Jump to heading
Jump to headingtype: string
optional
Jump to headingoptions: boolean | EventListenerOptions
Return Type Jump to heading
void