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 either the ACL access data or the ACR access data, if available to the current user.
Fetch a SolidDataset, and: