Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ElectronWebContentChannel

Used to establish a connection between the ipcMain and the Electron frontend (window). Messages a transferred via electron IPC.

Hierarchy

Index

Constructors

Properties

onCloseEmitter: Emitter<ChannelCloseEvent> = ...
onErrorEmitter: Emitter<unknown> = ...
onMessageEmitter: Emitter<MessageProvider> = ...
sender: WebContents
toDispose: DisposableCollection = ...

Accessors

  • get onError(): Event<unknown>

Methods

  • close(): void