withFetch
function
Configures the current HttpClient
instance to make requests using the fetch API.
withFetch
Configures the current HttpClient
instance to make requests using the fetch API.
Note: The Fetch API doesn't support progress report on uploads.
@returns
HttpFeature<HttpFeatureKind.Fetch>
Description
Configures the current HttpClient
instance to make requests using the fetch API.
Note: The Fetch API doesn't support progress report on uploads.
Jump to details