Configures the current HttpClient instance to make requests using the fetch API.
API
function withFetch(): 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.