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

    Type Alias GetFileOptions

    Options when fetching a file from a Pod.

    Available options:

    • fetch: A custom fetch function with the same signature as fetch. This will be used to execute the actual requests. This option can be used to, for example, attach credentials to requests that need authentication.
    type GetFileOptions = {
        fetch: typeof __type;
    }
    Index

    Properties

    Properties

    fetch: typeof __type