mirror of
https://github.com/electron/electron.git
synced 2026-01-27 08:18:28 -05:00
3 lines
83 B
JavaScript
3 lines
83 B
JavaScript
/* global chrome */
|
|
chrome.devtools.panels.create('Foo', 'foo.png', 'index.html');
|