MCPcopy Index your code
hub / github.com/getsentry/sentry-javascript / put

Method put

packages/deno/lib.deno.d.ts:14937–14937  ·  view source on GitHub ↗

* Put the provided request/response into the cache. * * How is the API different from browsers? * 1. You cannot match cache objects using by relative paths. * 2. You cannot pass options like `ignoreVary`, `ignoreMethod`, `ignoreSearch`.

(request: RequestInfo | URL, response: Response)

Source from the content-addressed store, hash-verified

14935 * 2. You cannot pass options like `ignoreVary`, `ignoreMethod`, `ignoreSearch`.
14936 */
14937 put(request: RequestInfo | URL, response: Response): Promise<void>;
14938 /**
14939 * Return cache object matching the provided request.
14940 *

Callers 15

pushFunction · 0.80
unshiftFunction · 0.80
storeSpanContextFunction · 0.80
fetchMethod · 0.80
fetchMethod · 0.80
fetchMethod · 0.80
fetchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected