enhancementhelp wanted
仓库指标
- 星标
- (464 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
Would be nice to have an opt-in option to have it register the handler on all new browser windows.
Could do something like this:
app.on('browser-window-created', (e, win) => {
win.webContents.executeJavaScript('');
});
And execute some JS that includes it.