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 has been 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?
The text was updated successfully, but these errors were encountered:
In execute-js-func.js
initializeEvalHandler
uses a functionexecuteMainProcessMethod
which is not prepared to handle Promises. This causes issues when paired withcreateProxyForMainProcessModule
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?The text was updated successfully, but these errors were encountered: