MCPcopy Create free account
hub / github.com/cloudflare/mcp /

Class

worker-configuration.d.ts:2993–2993  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2991 */
2992 static parse(url: string, base?: string): URL | null;
2993 /**
2994 * The **`createObjectURL()`** static method of the URL interface creates a string containing a URL representing the object given in the parameter.
2995 *
2996 * [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/createObjectURL_static)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected