URL to fetch Resource metadata from.
Optional
options: {Optional parameter options.fetch
: An alternative fetch
function to make the HTTP request, compatible with the browser-native fetch API.
Optional
fetch?: (input: URL | RequestInfo, init?: RequestInit) => Promise<Response>Optional
ignoreAuthenticationErrors?: booleanPromise resolving to the metadata describing the given Resource, or rejecting if fetching it failed.
Retrieve the information about a resource (e.g. access permissions) without fetching the resource itself.