rx-ipc-electron
rx-ipc-electron copied to clipboard
Pass RxJS Observables through IPC in Electron
Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2. Changelog *Sourced from [extend's changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md).* > 3.0.2 / 2018-07-19 > ================== > * [Fix] Prevent merging `__proto__` property ([#48](https://github-redirect.dependabot.com/justmoon/node-extend/issues/48)) > * [Dev Deps] update...
On lines https://github.com/colinskow/rx-ipc-electron/blob/master/src/rx-ipc.ts#L49 you create an observable and subscribe. For long running Observables, however, it's sometimes needed to unsubscribe from the observable. Have you given any thought to how this...
The quick start code is almost there, but to get the renderer process working I needed to put the example code inside of https://electronjs.org/docs/api/web-contents#event-did-finish-load ``` browserWindow.webContents.on('did-finish-load', () => { .....
Hi, rxjs 6 introduces a lot of breaking changes and the last version isn't compatible. any plan to release an update?
Seems trivial and nitpicky but could we cleanup the import syntax by removing the lib directory would seem more natural to other libraries.