| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected