* @see https://w3c.github.io/ServiceWorker/#cache-storage-delete * @param {string} cacheName * @returns {Promise }
(_0)
| 16407 | if (response !== void 0) { |
| 16408 | return response; |
| 16409 | } |
| 16410 | } |
| 16411 | } |
| 16412 | }); |
| 16413 | } |
| 16414 | /** |
| 16415 | * @see https://w3c.github.io/ServiceWorker/#cache-storage-has |
| 16416 | * @param {string} cacheName |
| 16417 | * @returns {Promise<boolean>} |
| 16418 | */ |
| 16419 | has(_0) { |
| 16420 | return __async(this, arguments, function* (cacheName) { |
nothing calls this directly
no test coverage detected