#Use an async function for `getCachedData`

1 messages · Page 1 of 1 (latest)

agile pilot
#

Hi! I'd like to use an async function for the getCachedData option in useAsyncData (specifically, in useFetch)
Is that possible? I couldn't get it to work..

bold warren
#

No, the function result it is not awaited.

What are you trying to do?

agile pilot