electron/spec-main/fixtures/devtools-extensions/foo/devtools.js

3 lines
83 B
JavaScript
Raw Normal View History

/* global chrome */
2020-03-20 20:28:31 +00:00
chrome.devtools.panels.create('Foo', 'foo.png', 'index.html');