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
I noticed that the typed supporting http request methods are "GET", "POST", "PUT", "DELETE". May I make a PATCH request using this library's fetch function?
I'd picture it working like so:
fetch(url, {
method: "PATCH",
...
})
The text was updated successfully, but these errors were encountered:
I noticed that the typed supporting http request methods are "GET", "POST", "PUT", "DELETE". May I make a PATCH request using this library's fetch function?
I'd picture it working like so:
The text was updated successfully, but these errors were encountered: