URL of the SolidDataset to fetch.
Optionaloptions: { 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.
Optionalfetch?: (input: URL | RequestInfo, init?: RequestInit) => Promise<Response>A SolidDataset and the ACR that applies to it, if available to the authenticated user.
Fetch a SolidDataset and its associated Access Control Resource (if available to the current user).