@wharfkit/session - v4.0.1
    Preparing search index...

    Interface FetchProviderOptions

    interface FetchProviderOptions {
        fetch?: Fetch;
        headers?: Record<string, string>;
    }

    Hierarchy (View Summary)

    Index
    fetch?: Fetch

    Fetch instance, must be provided in non-browser environments. Node.js 18+ includes a built-in fetch implementation.

    headers?: Record<string, string>

    Headers that will be applied to every request