Last 12 weeks · 0 commits
4 of 6 standards met
From documentation I expected that these two functions act the same. Only expected difference was sending to specific window and sending to . After digging deeper I found that does not use the same channel formatting as the other method, so it is impossible to handle incoming messages using . I have two possible solutions: 1. Exposing additional function in to handle unchanged channel. 2. Formatting channel in for every window. @sindresorhus which one would you prefer?
Repository: sindresorhus/electron-better-ipc. Description: Simplified IPC communication for Electron apps Stars: 743, Forks: 52. Primary language: JavaScript. Languages: JavaScript (80.8%), TypeScript (18.3%), HTML (0.9%). License: MIT. Topics: electron, electron-module, ipc, ipc-message, nodejs, npm-package. Latest release: v2.0.1 (5y ago). Open PRs: 0, open issues: 6. Last activity: 4y ago. Community health: 71%. Top contributors: sindresorhus, ulken, dusansimic, karaggeorge, jackple, BendingBender, garrylachman, javierron, lukechilds, npezza93 and others.