chore: bump chromium to 98ebf6c3f0b7bd96bdb1a4b42208f (master) (#22999)
Co-authored-by: deepak1556 <hop2deep@gmail.com> Co-authored-by: Electron Bot <anonymous@electronjs.org> Co-authored-by: Jeremy Apthorp <nornagon@nornagon.net>
This commit is contained in:
parent
b8c1709a88
commit
3e8d77d564
106 changed files with 645 additions and 673 deletions
|
@ -296,7 +296,7 @@ ifdescribe(process.electronBinding('features').isExtensionsEnabled())('chrome ex
|
|||
const customSession = session.fromPartition(`persist:${require('uuid').v4()}`);
|
||||
customSession.loadExtension(path.join(fixtures, 'extensions', 'devtools-extension'));
|
||||
const w = new BrowserWindow({ show: true, webPreferences: { session: customSession, nodeIntegration: true } });
|
||||
await w.loadURL('data:text/html,hello');
|
||||
await w.loadURL(url);
|
||||
w.webContents.openDevTools();
|
||||
showLastDevToolsPanel(w);
|
||||
await emittedOnce(ipcMain, 'winning');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue