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

Method match

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

Source from the content-addressed store, hash-verified

16345 },
16346 {
16347 key: "ignoreVary",
16348 converter: webidl.converters.boolean,
16349 defaultValue: () => false
16350 }
16351 ];
16352 webidl.converters.CacheQueryOptions = webidl.dictionaryConverter(cacheQueryOptionConverters);
16353 webidl.converters.MultiCacheQueryOptions = webidl.dictionaryConverter([
16354 ...cacheQueryOptionConverters,
16355 {
16356 key: "cacheName",
16357 converter: webidl.converters.DOMString
16358 }
16359 ]);
16360 webidl.converters.Response = webidl.interfaceConverter(Response);
16361 webidl.converters["sequence<RequestInfo>"] = webidl.sequenceConverter(
16362 webidl.converters.RequestInfo
16363 );
16364 module.exports = {
16365 Cache
16366 };
16367 }
16368 });
16369
16370 //
16371 var require_cachestorage = __commonJS({
16372 ""(exports, module) {

Callers

nothing calls this directly

Calls 5

__asyncFunction · 0.70
__privateGetFunction · 0.70
hasMethod · 0.45
getMethod · 0.45
matchMethod · 0.45

Tested by

no test coverage detected