This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
electron
Watch
2
Star
0
Fork
You've already forked electron
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
74b54278bf
electron
/
spec
/
fixtures
/
extensions
/
devtools-extension
/
foo.js
3 lines
84 B
JavaScript
Raw
Normal View
History
Unescape
Escape
chore: cleanup eslint suppressions (#38417) * chore: cleanup eslint suppressions * address feedback * revert script/lib/azput.js * revert spec/fixtures/apps/remote-control/main.js * address feedback * revert typings/internal-ambient.d.ts
2023-05-25 01:09:17 +00:00
/* global chrome */
chrome
.
devtools
.
panels
.
create
(
'Foo'
,
'icon.png'
,
'index.html'
)
;
Reference in a new issue
Copy permalink