method BroadcastChannel.removeEventListener
Jump to headingBroadcastChannel.removeEventListener<K extends keyof BroadcastChannelEventMap>(type: K,listener: (this: BroadcastChannel,ev: BroadcastChannelEventMap[K],) => any,options?: boolean | EventListenerOptions,): voidType Parameters Jump to heading
Jump to headingK extends keyof BroadcastChannelEventMapParameters Jump to heading
Jump to headingtype: KJump to headinglistener: (this: BroadcastChannel,ev: BroadcastChannelEventMap[K],) => anyoptional
Jump to headingoptions: boolean | EventListenerOptionsReturn Type Jump to heading
voidJump to headingBroadcastChannel.removeEventListener(): voidParameters Jump to heading
Jump to headingtype: stringoptional
Jump to headingoptions: boolean | EventListenerOptionsReturn Type Jump to heading
void