Fetchy: WindowOrWorkerGlobalScope["fetch"] | ((...args: Parameters<WindowOrWorkerGlobalScope["fetch"]>) => Promise<{ blob: Blob; url: UrlString }>)

A function that is API-compatible with the global fetch(), but may also resolve to an object { blob, url } instead of a Response.

Can be defined via the fetchResource option.