Is anyone who can tell me how to implement own protocol in electron app?
I use app.setAsDefaultProtocolClient
method and it works fine (my application starts on request in my protocol). But I can't handle this request and catch arguments from request.
I found information that I should to use open-url
event for MacOs, but how to handle it on Windows?