MCPcopy Create free account
hub / github.com/idosal/git-mcp / fetch

Method fetch

worker-configuration.d.ts:230–230  ·  view source on GitHub ↗
(input: RequestInfo | URL, init?: RequestInit<RequestInitCfProperties>)

Source from the content-addressed store, hash-verified

228 structuredClone<T>(value: T, options?: StructuredSerializeOptions): T;
229 reportError(error: any): void;
230 fetch(input: RequestInfo | URL, init?: RequestInit<RequestInitCfProperties>): Promise<Response>;
231 self: ServiceWorkerGlobalScope;
232 crypto: Crypto;
233 caches: CacheStorage;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected