API Reference
    Preparing search index...

    Options for the createSignedFetcher factory.

    interface SignedFetcherOptions {
        fetch?: (
            input: string | URL | Request,
            init?: RequestInit,
        ) => Promise<Response>;
    }
    Index
    fetch?: (input: string | URL | Request, init?: RequestInit) => Promise<Response>

    The fetch implementation to use when sending the signed request.

    the global fetch