A wrapper method around fetch that attaches an AbortController signal to the fetch call for clean timeouts
fetch
The URL to make the Request to
The data of the Request
https://developer.mozilla.org/en-US/docs/Web/API/AbortSignal#aborting_a_fetch_with_timeout_or_explicit_abort
A wrapper method around
fetch
that attaches an AbortController signal to thefetch
call for clean timeouts