URL to fetch Resource metadata from.
Optionaloptions: {Optional parameter options.fetch: An alternative fetch function to make the HTTP request, compatible with the browser-native fetch API.
Optionalfetch?: (input: URL | RequestInfo, init?: RequestInit) => Promise<Response>OptionalignoreAuthenticationErrors?: 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.