This website requires JavaScript.
Explore
Help
Sign In
microsoft
/
playwright
Watch
1
Star
1
Fork
0
You've already forked playwright
mirror of
https://github.com/microsoft/playwright.git
synced
2024-12-15 14:11:50 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
f7a490f80e
playwright
/
tests
/
electron
/
electron-app.js
4 lines
92 B
JavaScript
Raw
Normal View
History
Unescape
Escape
chore(electron): fix node/browser race conditions, expose browser window asynchronously (#6381)
2021-05-03 08:45:06 +03:00
const
{
app
}
=
require
(
'electron'
)
;
feat(electron): experimental electron support (#2166)
2020-05-12 04:00:33 +03:00
docs: document electron api (#5229)
2021-02-01 22:43:26 +03:00
app
.
on
(
'window-all-closed'
,
e
=>
e
.
preventDefault
(
)
)
;
Reference in New Issue
Copy Permalink