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
/
extensions
/
devtools-extension
/
foo.js
3 lines
84 B
JavaScript
Raw
Permalink
Blame
History
/* global chrome */
chrome
.
devtools
.
panels
.
create
(
'Foo'
,
'icon.png'
,
'index.html'
)
;
View Git Blame
Copy Permalink