Skip to main content

removeEventListener

method BroadcastChannel.removeEventListener
Jump to headingBroadcastChannel.removeEventListener<K extends keyof BroadcastChannelEventMap>(
type: K,
listener: () => any,
options?: boolean | EventListenerOptions,
): void
Jump to headingBroadcastChannel.removeEventListener(
type: string,
options?: boolean | EventListenerOptions,
): void
Back to top