Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Electron Remote calls to ipcRender.invoke() #140

Open
3 tasks
nwittwer opened this issue Oct 27, 2019 · 0 comments
Open
3 tasks

Move Electron Remote calls to ipcRender.invoke() #140

nwittwer opened this issue Oct 27, 2019 · 0 comments

Comments

@nwittwer
Copy link
Collaborator

nwittwer commented Oct 27, 2019

(Depends on Electron 7.0)
It is suggested to avoid using the remote module of Electron for security and performance issues. Electron 7.0 has some new functions to use instead.


  • Replace all remote calls with @electron/remote
  • Standardize a way to organize communications between main and renderer process (IPC)
  • Refactor requests like remote.app.name and remote.app.version so that this data is available when the app loads. Maybe store this info in Vuex Store?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
0.7.x
To do
Development

No branches or pull requests

1 participant