@inrupt/solid-client
Preparing search index...
resource/file
GetFileOptions
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
fetch
Properties
fetch
fetch
:
typeof
__type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
fetch
@inrupt/solid-client
Loading...
Options when fetching a file from a Pod.
Available options:
fetch
: A customfetch
function with the same signature asfetch
. This will be used to execute the actual requests. This option can be used to, for example, attach credentials to requests that need authentication.