I'm using electron application. Use web contents in BrowserView.
Can I get events in this webcontents Events?
I just tried like this
view.Webcontents.on("Media-play",function(){
console.log("blah-blah-");
})
But I can't get.
I want to handle events like

How I get this events?
Aucun commentaire:
Enregistrer un commentaire