chore: remove experimental from navigator.serial implementation (#30237)
This commit is contained in:
parent
3ee6326b93
commit
9cc1b55663
4 changed files with 8 additions and 27 deletions
|
@ -25,7 +25,6 @@ const { app, protocol } = require('electron');
|
|||
|
||||
v8.setFlagsFromString('--expose_gc');
|
||||
app.commandLine.appendSwitch('js-flags', '--expose_gc');
|
||||
app.commandLine.appendSwitch('enable-features', 'ElectronSerialChooser');
|
||||
// Prevent the spec runner quiting when the first window closes
|
||||
app.on('window-all-closed', () => null);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue