* Asserts that a given url is an absolute HTTP or HTTPS URL. * @param {string} urlString * @return {string}
(urlString)
| 123 | * @return {string} |
| 124 | */ |
| 125 | assertAbsoluteHttpOrHttpsUrl(urlString) { |
| 126 | return assertAbsoluteHttpOrHttpsUrl(urlString); |
| 127 | } |
| 128 | |
| 129 | /** |
| 130 | * Returns whether the URL has the origin of a proxy. |
no test coverage detected