internal
type WindowChannel

Properties

on: (event: string, callback: (...data: any[]) => void) => void
off: (event: string, callback: (...data: any[]) => void) => void
once: (event: string, callback: (...data: any[]) => void) => void
emit: (event: string, ...data: unknown[]) => void
removeAllListeners: () => void
destroy: () => void