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
It will use event.$fetch on the server and $fetch on client. AFAIK, the former ensure that the fetch of the platform is used (e.g. cloudflare worker's fetch).
Describe the feature
Saw the
useRequestFetch
composable being used in the edge todo example https://github.com/Atinux/nuxt-todos-edge/blob/main/composables/session.ts#L16C39-L16C54 but couldn't find any documentation on it.I think it'd be nice to include what it does and what it's for.
Additional information
Final checks
The text was updated successfully, but these errors were encountered: