MCPcopy Create free account
hub / github.com/fontsource/fontsource /

Class

website/worker-configuration.d.ts:2138–2138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2136 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL)
2137 */
2138declare class URL {
2139 constructor(url: string | URL, base?: string | URL);
2140 /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/origin) */
2141 get origin(): string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected