MCPcopy Create free account
hub / github.com/ChromeDevTools/devtools-frontend / create

Method create

extension-api/ExtensionAPI.d.ts:166–166  ·  view source on GitHub ↗
(title: string, iconPath: string, pagePath: string, callback?: (panel: ExtensionPanel) => unknown)

Source from the content-addressed store, hash-verified

164 themeName: string;
165
166 create(title: string, iconPath: string, pagePath: string, callback?: (panel: ExtensionPanel) => unknown): void;
167 openResource(url: string, lineNumber: number, columnNumber?: number, callback?: () => unknown): void;
168
169 setOpenResourceHandler(

Callers 15

constructorMethod · 0.65
Runtime.tsFile · 0.65
DOMModel.test.tsFile · 0.65
checkRequestOverrideFunction · 0.65
getMatchedStylesMethod · 0.65
SourceMapManagerClass · 0.65
tryLoadSourceMapFunction · 0.65
requestWillBeSentMethod · 0.65
appendRedirectMethod · 0.65

Calls

no outgoing calls

Tested by 15

checkRequestOverrideFunction · 0.52
renderNetworkItemViewFunction · 0.52
createNetworkRequestFunction · 0.52
createRequestFunction · 0.52
makeStateFunction · 0.52
javaScriptOutlineFunction · 0.52
jsxOutlineFunction · 0.52
typeScriptOutlineFunction · 0.52
cssOutlineFunction · 0.52
htmlOutlineFunction · 0.52
cppOutlineFunction · 0.52