MCPcopy Create free account
hub / github.com/prisma/prisma-examples /

Class

orm/cloudflare-workers/worker-configuration.d.ts:2698–2698  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2696 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL)
2697 */
2698declare class URL {
2699 constructor(url: string | URL, base?: string | URL);
2700 /**
2701 * The **`origin`** read-only property of the URL interface returns a string containing the Unicode serialization of the origin of the represented URL.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected