You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Native fetch accepts much more options than just an URL and headers.
If we add full options, we'll be able to use AbortController for example which is the right way of cancelling requests on the web.