This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
playwright
mirror of
https://mirror.osredm.com/root/playwright.git
Watch
2
Star
0
Fork
You've already forked playwright
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dcff914040
playwright
/
tests
/
installation
/
fixture-scripts
/
electron-app.js
3 lines
91 B
JavaScript
Raw
Blame
History
const
{
app
}
=
require
(
'electron'
)
;
app
.
on
(
'window-all-closed'
,
e
=>
e
.
preventDefault
(
)
)
;
Reference in New Issue
View Git Blame
Copy Permalink