我在我做了以下事情index.js;
index.js
electron.remote.app.on("open-url", function(event, url) { console.log("Open URL: " + url); });
这在Mac OS中触发,但在Windows中不触发.是否有其他事件或不同的方式在Windows中执行此操作?
node.js electron nwjs
electron ×1
node.js ×1
nwjs ×1