gremlin
    Preparing search index...

    Variable httpFetchConst

    httpFetch: { fetch: typeof globalThis.fetch } = ...

    Browser counterpart of the Node httpFetch holder. There is no undici in the browser, so requests use the global fetch and the user agent manages the transport. Same holder shape as the Node build.

    Type Declaration

    • fetch: typeof globalThis.fetch