URL of the Resource information about which to fetch.
Optional
options: { fetch?: (input: URL | RequestInfo, init?: RequestInit) => Promise<Response> }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>Information about a Resource and either the ACL access data or the ACR access data, if available to the current user.
Fetch information about a Resource, and: