We have to intercept the creation of a popup window. In a native electron app I would use browserWindow.webContents.on(\'new-window\', ...).
browserWindow.webContents.on(\'new-window\', ...)
Is there a way t