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
Currently, the fetch API doesn't care about the input, and always performs a GET on the given URL. Now that we got it working async within the event loop, we can support every HTTP method, headers, ...
The text was updated successfully, but these errors were encountered:
Currently, the
fetch
API doesn't care about the input, and always performs aGET
on the given URL. Now that we got it working async within the event loop, we can support every HTTP method, headers, ...The text was updated successfully, but these errors were encountered: