Closed Brozzor closed 8 months ago
Hi,
For some reason with electron it is not possible to bring some data directly outside a worker when you use the sync functions (you will also have the issue with openWindows).
You have three solutions for the moment:
activeWindow
with activeWindowAsync
(it will create a thread to execute the code)subscribeActiveWindow
You will have the same problem with Darwin (MacOS).
I hope that's help you!
Hello, I've tried your module in a completely blank nodejs project and I manage to retrieve the urls from my chrome browser correctly, but when I do exactly the same thing in an electronjs project everything works except the url retrieval.
In nodeJS blank project :
In electronJs Project (https://github.com/Deluze/electron-vue-template):
thank you for help