(href, base)
| 644 | }) ? true : false; |
| 645 | } |
| 646 | mergeURL(href, base) { |
| 647 | const url = new URL(href, base); |
| 648 | return url.toString(); |
| 649 | } |
| 650 | pathToURL(path) { |
| 651 | if (this.windows) |
| 652 | path = "/" + path.replaceAll('\\', '/'); |
no test coverage detected