MCPcopy Create free account
hub / github.com/getsentry/sentry-javascript / fetch

Function fetch

packages/browser-utils/src/getNativeImplementation.ts:112–114  ·  view source on GitHub ↗
(...rest: Parameters<typeof WINDOW.fetch>)

Source from the content-addressed store, hash-verified

110 * Safari: resource blocked by content blocker
111 */
112export function fetch(...rest: Parameters<typeof WINDOW.fetch>): ReturnType<typeof WINDOW.fetch> {
113 return getNativeImplementation('fetch')(...rest);
114}
115
116/**
117 * Get an unwrapped `setTimeout` method.

Callers 1

diagnoseSdkConnectivityFunction · 0.50

Calls 1

getNativeImplementationFunction · 0.85

Tested by

no test coverage detected