-
Hi, From What is the best approach to call Thanks =) ! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
It depends on what kind of event it is, how you want to use it, what level of isolation you need, etc. In some cases, I simply proxy the electron event to the native DOM event and listen to the DOM event where needed. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm just trying to communicate between the different processes. I'm making "download" (files) process. This store method call From But in
Just want to know the best and secure approach to handle event from Vue component. |
Beta Was this translation helpful? Give feedback.
-
Maybe my approach is completely wrong. If so, what is the best method? |
Beta Was this translation helpful? Give feedback.
It depends on what kind of event it is, how you want to use it, what level of isolation you need, etc. In some cases, I simply proxy the electron event to the native DOM event and listen to the DOM event where needed.
https://github.com/cawa-93/anime-library/blob/8d9042183fde3628f356ab5d149eb457dcdf8182/packages/preload/src/windowControls.ts#L5-L10