electron-remote
electron-remote copied to clipboard
Added support for promises in executeMainProcessMethod
This fixes #29 by behaving like evalRemoteMethod.
I implemented this patch manually in my app's code since I was running into the exact issue described in #29, rendering my code useless, and these proposed changes resolved the issue. I have not found any regressions so far in usage.