setGlobalRequestOptions
@cashu/cashu-ts / setGlobalRequestOptions
Function: setGlobalRequestOptions()
setGlobalRequestOptions(
options
):void
Defined in: cashu-ts/src/request.ts:17
An object containing any custom settings that you want to apply to the global fetch method.
Parameters
options
Partial
<RequestOptions
>
See possible options here: https://developer.mozilla.org/en-US/docs/Web/API/fetch#options
Returns
void