HttpStoreOptions
@totemsdk/recursive-mast / HttpStoreOptions
Interface: HttpStoreOptions
Properties
baseUrl
baseUrl:
string
fetchFn?
optionalfetchFn?: (input,init?) =>Promise<Response>
Parameters
input
string | URL | Request
init?
RequestInit
Returns
Promise<Response>
timeoutMs?
optionaltimeoutMs?:number