标签: javascript electron
我在主窗口上有这个事件处理程序。
mainWindow.webContents.on('new-window')
我想知道当我创建另一个BrowserWindow时,我可以让它继承这个事件处理程序,或者我必须为我创建的每个窗口声明它。