UNPKG
@electron/devtron
Version:
latest (2.1.0)
2.1.0
2.0.0
0.0.0
Electron DevTools Extension to track IPC events
github.com/electron/devtron
electron/devtron
@electron/devtron
/
dist
/
extension
/
devtools.js
1 lines
•
87 B
JavaScript
View Raw
1
(
()=>
{
"use strict"
;chrome.
devtools
.
panels
.
create
(
"Devtron"
,
""
,
"index.html"
,
()=>
{})})();