electron-remote icon indicating copy to clipboard operation
electron-remote copied to clipboard

Added support for promises in executeMainProcessMethod

Open jcabot21 opened this issue 8 years ago • 1 comments

This fixes #29 by behaving like evalRemoteMethod.

jcabot21 avatar Aug 10 '17 18:08 jcabot21

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.

queesamor avatar Nov 11 '18 22:11 queesamor