Interface: DatasetRequestOptions
Request options with a dataset component
Hierarchy
↳ DatasetRequestOptions
Properties
dataset
• Optional dataset: IBulkEditableDataset\<Quad>
A dataset to be modified with any new information obtained from a request
Defined in
packages/solid/src/requester/requests/requestOptions.ts:21
fetch
• Optional fetch: (input: RequestInfo | URL, init?: RequestInit) => Promise\<Response>(input: string | Request | URL, init?: RequestInit) => Promise\<Response>
A fetch function usually imported from @inrupt/solid-client-authn-js
Type declaration
▸ (input, init?): Promise\<Response>
A fetch function usually imported from @inrupt/solid-client-authn-js
Parameters
| Name | Type |
|---|---|
input |
RequestInfo | URL |
init? |
RequestInit |
Returns
Promise\<Response>
▸ (input, init?): Promise\<Response>
A fetch function usually imported from @inrupt/solid-client-authn-js
Parameters
| Name | Type |
|---|---|
input |
string | Request | URL |
init? |
RequestInit |
Returns
Promise\<Response>