withFetch
Configures the current HttpClient
instance to make requests using the fetch API.
Description
This FetchBackend
requires the support of the Fetch API which is available on all evergreen
browsers and on NodeJS from v18 onward.
Note: The Fetch API doesn't support progress report on uploads.