feat: enable native extensions support (#21814)
This commit is contained in:
parent
bdf65a75d0
commit
a061c87e56
61 changed files with 1054 additions and 941 deletions
2
spec-main/fixtures/devtools-extensions/foo/devtools.js
Normal file
2
spec-main/fixtures/devtools-extensions/foo/devtools.js
Normal file
|
@ -0,0 +1,2 @@
|
|||
/* global chrome */
|
||||
chrome.devtools.panels.create('Foo', 'foo.png', 'index.html')
|
Loading…
Add table
Add a link
Reference in a new issue