()
| 14 | * @return Whether ServiceWorker tests can be run in the current environment. |
| 15 | */ |
| 16 | export function envIsSupported(): boolean { |
| 17 | return typeof URL === 'function'; |
| 18 | } |
| 19 | |
| 20 | /** |
| 21 | * Get a normalized representation of a URL relative to a provided base URL. |
no outgoing calls
no test coverage detected
searching dependent graphs…