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

Function urlString

front_end/core/platform/DevToolsPath.ts:35–36  ·  view source on GitHub ↗
(strings: ArrayLike<string>, ...values: any[])

Source from the content-addressed store, hash-verified

33 * `UrlString`.
34 */
35export const urlString = (strings: ArrayLike<string>, ...values: any[]): UrlString =>
36 String.raw({raw: strings}, ...values) as UrlString;
37
38/**
39 * File paths in DevTools that are represented as unencoded absolute

Calls

no outgoing calls

Tested by 15

resourceUrlFunction · 0.68
createExecutionContextFunction · 0.68
stubAgentFunction · 0.68
checkRequestOverrideFunction · 0.68
urlFunction · 0.68
renderToElemFunction · 0.68
getWebDevTraceUrlFunction · 0.68
getBasicCpuProfileUrlFunction · 0.68