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
Throughout the document, I have not found anything that clearly states whether the when/then API of fetch() is just defined as such for readability, or if fetch() requests are promises. I was also expecting to see the request class extend some sort of thenable interface, but it looks like it's a standalone object.