You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2020. It is now read-only.
In execute-js-func.jsinitializeEvalHandler uses a function executeMainProcessMethod which is not prepared to handle Promises. This causes issues when paired with createProxyForMainProcessModule and working with Promises. There is another method, evalRemoteMethod, which is prepared to handle Promises. Could both cases (calling a renderer and calling the main process) be made to work with Promises?