Function: mergeFetchOptions()
mergeFetchOptions(...
allOptions):FetchOptionsInterceptor
Defined in: packages/fetch/src/mergeFetchOptions.ts:17
Merge one or more FetchOptions
Notes:
- item properties will be prioritized in the order of sequence they were passed in
- the following properties will be merged
errMsgsheadersinterceptors
- all other properties will simply override previous values
Parameters
allOptions
...FetchOptions[]
Returns
combined