* Read the current UNIX time in milliseconds.
()
| 66 | * Read the current UNIX time in milliseconds. |
| 67 | */ |
| 68 | get time(): number { |
| 69 | return Date.now(); |
| 70 | } |
| 71 | |
| 72 | /** |
| 73 | * Get a normalized representation of a URL such as those found in the ServiceWorker's `ngsw.json` |
no outgoing calls
no test coverage detected