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
Hi, is it possible to have the request method as a function alias on ofetch as it's on axios where we have something like
$fetch.get('url', {config})
$fetch.post('url', {config})
Describe the feature
Hi, is it possible to have the request method as a function alias on
ofetch
as it's onaxios
where we have something like$fetch.get('url', {config})
$fetch.post('url', {config})
https://github.com/axios/axios#request-method-aliases
The text was updated successfully, but these errors were encountered: