MCPcopy Create free account
hub / github.com/angular/dev-infra / delete

Method delete

github-actions/browserstack/set-browserstack-env.js:16409–16417  ·  view source on GitHub ↗

* @see https://w3c.github.io/ServiceWorker/#cache-storage-delete * @param {string} cacheName * @returns {Promise }

(_0)

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls 3

__asyncFunction · 0.70
__privateGetFunction · 0.70
deleteMethod · 0.45

Tested by

no test coverage detected