This website requires JavaScript.
Explore
Sign In
mirror
/
electron
mirror of
https://github.com/electron/electron
Watch
1
Star
0
Fork
You've already forked electron
0
Code
Issues
Releases
Activity
main
electron
/
spec
/
fixtures
/
apps
/
open-new-window-from-link
/
preload.js
4 lines
71 B
JavaScript
Raw
Permalink
Blame
History
window
.
addEventListener
(
'click'
,
e
=>
{
console
.
log
(
'click'
,
e
)
;
}
)
;
View Git Blame
Copy Permalink