@inrupt/solid-client-authn-browser
    Preparing search index...

    Function fetch

    • This function's signature is equal to window.fetch, but if the current user is authenticated (see [[login]] and [[handleIncomingRedirect]]), requests made using it will include that user's credentials. If not, this will behave just like the regular window.fetch.

      Parameters

      • ...args: [input: string | URL | Request, init?: RequestInit]

      Returns Promise<Response>