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