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