Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 412 Bytes

index.md

File metadata and controls

7 lines (4 loc) · 412 Bytes

electron-events (中文)

electron-events provides a cross process event communication system based on the ipcMain and ipcRenderer modules.

It mainly provides two modes: Broadcast mode and Responsive mode.

If you are using TypeScript, it may be helpful to take a look at some of the type declarations provided internally.