* Returns the source URL of an AMP document for documents served * on a proxy origin or directly. * @param {string|!Location} url URL of an AMP document. * @return {string}
(url)
| 89 | * @return {string} |
| 90 | */ |
| 91 | getSourceUrl(url) { |
| 92 | return getSourceUrl(this.parse_(url)); |
| 93 | } |
| 94 | |
| 95 | /** |
| 96 | * Returns absolute URL resolved based on the relative URL and the base. |
no test coverage detected