| 2136 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/URL) |
| 2137 | */ |
| 2138 | declare 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; |
nothing calls this directly
no outgoing calls
no test coverage detected