method Window.removeEventListener
#Window.removeEventListener<K extends keyof WindowEventMap>(type: K,listener: (this: Window,ev: WindowEventMap[K],) => any,options?: boolean | EventListenerOptions,): void
Type Parameters #
#K extends keyof WindowEventMap
Parameters #
#listener: (this: Window,ev: WindowEventMap[K],) => any
optional
#options: boolean | EventListenerOptions
Return Type #
void
#Window.removeEventListener(): void
Parameters #
#type: string
#listener: EventListenerOrEventListenerObject
optional
#options: boolean | EventListenerOptions
Return Type #
void