MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / toString

Method toString

packages/deno/lib.deno.d.ts:7109–7109  ·  view source on GitHub ↗

* The `toString()` method of the URL interface returns a string containing the complete URL. * * @example * ```ts * const myURL = new URL('https://foo.example.org/bar'); * console.log(myURL.toString()); // Logs "https://foo.example.org/bar" * ``` * * @see https://developer.m

()

Source from the content-addressed store, hash-verified

7107 * @see https://developer.mozilla.org/docs/Web/API/URL/toString
7108 */
7109 toString(): string;
7110
7111 /**
7112 * The `origin` property of the URL interface is a string that represents the origin of the URL, that is the {@linkcode URL.protocol}, {@linkcode URL.host}, and {@linkcode URL.port}.

Callers 15

getAbsoluteUrlFunction · 0.95
getAbsoluteUrlFunction · 0.95
getModuleInfoFunction · 0.65
getScriptURLFunction · 0.65
shouldAttachHeadersFunction · 0.65
renderChunkFunction · 0.65
utils.test.tsFile · 0.65

Calls

no outgoing calls

Tested by 11

fallbackRenderFunction · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
testFunction · 0.52
parseLambdaPayloadFunction · 0.52
bundleWithWebpackFunction · 0.52