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