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

Method match

github-actions/browserstack/set-browserstack-env.js:15806–15819  ·  view source on GitHub ↗
(_0)

Source from the content-addressed store, hash-verified

15804 var { kEnumerableProperty, isDisturbed } = require_util();
15805 var { webidl } = require_webidl();
15806 var { Response, cloneResponse, fromInnerResponse } = require_response();
15807 var { Request, fromInnerRequest } = require_request2();
15808 var { kState } = require_symbols2();
15809 var { fetching } = require_fetch();
15810 var { urlIsHttpHttpsScheme, createDeferredPromise, readAllBytes } = require_util2();
15811 var assert = __require("assert");
15812 var _relevantRequestResponseList, _batchCacheOperations, batchCacheOperations_fn, _queryCache, queryCache_fn, _requestMatchesCachedItem, requestMatchesCachedItem_fn, _internalMatchAll, internalMatchAll_fn;
15813 var _Cache = class _Cache {
15814 constructor() {
15815 /**
15816 * @see https://w3c.github.io/ServiceWorker/#batch-cache-operations-algorithm
15817 * @param {CacheBatchOperation[]} operations
15818 * @returns {requestResponseList}
15819 */
15820 __privateAdd(this, _batchCacheOperations);
15821 /**
15822 * @see https://w3c.github.io/ServiceWorker/#query-cache

Callers 5

parseKeepAliveTimeoutFunction · 0.45
parseRangeHeaderFunction · 0.45
""Function · 0.45
matchMethod · 0.45
getMacOsInfoFunction · 0.45

Calls 2

__asyncFunction · 0.70
__privateMethodFunction · 0.70

Tested by

no test coverage detected