withFetch
function
Configures the current HttpClient
instance to make requests using the fetch API.
API
Description
function withFetch(): HttpFeature<HttpFeatureKind.Fetch>;
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>
Jump to details