| 2103 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL) |
| 2104 | */ |
| 2105 | declare class URL { |
| 2106 | constructor(url: string | URL, base?: string | URL); |
| 2107 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL/origin) */ |
| 2108 | get origin(): string; |
nothing calls this directly
no outgoing calls
no test coverage detected