This website requires JavaScript.
Explore
Help
Register
Sign In
yujunjun
/
playwright
Watch
1
Star
0
Fork
0
You've already forked playwright
mirror of
https://github.com/microsoft/playwright.git
synced
2025-06-26 21:40:17 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
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-02 22:45:06 -07:00
const
{
app
}
=
require
(
'electron'
)
;
feat(electron): experimental electron support (#2166)
2020-05-11 18:00:33 -07:00
docs: document electron api (#5229)
2021-02-01 11:43:26 -08:00
app
.
on
(
'window-all-closed'
,
e
=>
e
.
preventDefault
(
)
)
;
Reference in New Issue
Copy Permalink