MCPcopy
hub / github.com/nodejs/undici / cache

Method cache

lib/web/fetch/request.js:693–698  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

691 // which is a string indicating how the request will
692 // interact with the browser’s cache when fetching.
693 get cache () {
694 webidl.brandCheck(this, Request)
695
696 // The cache getter steps are to return this’s request’s cache mode.
697 return this.#state.cache
698 }
699
700 // Returns the redirect mode associated with request,
701 // which is a string indicating how redirects for the

Callers 11

issue-3904.jsFile · 0.80
runCacheTestFunction · 0.80
index.test-d.tsFile · 0.80
issue-4209.jsFile · 0.80
cache.jsFile · 0.80
deduplicate.jsFile · 0.80
revalidateTestFunction · 0.80

Calls 1

brandCheckMethod · 0.80

Tested by

no test coverage detected