(url)
| 532 | * @return {string} The source origin of the URL. |
| 533 | */ |
| 534 | export function getSourceOrigin(url) { |
| 535 | return parseUrlDeprecated(getSourceUrl(url)).origin; |
| 536 | } |
| 537 | |
| 538 | /** |
| 539 | * Returns absolute URL resolved based on the relative URL and the base. |
no test coverage detected