(url: string)
| 235 | } |
| 236 | |
| 237 | function _stripIndexHtml(url: string): string { |
| 238 | return url.replace(/\/index.html$/, ''); |
| 239 | } |
| 240 | |
| 241 | /** |
| 242 | * Tries to decode the URI component without throwing an exception. |
no test coverage detected
searching dependent graphs…