unjs / ofetch

😱 A better fetch API. Works on node, browser and workers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pick function

agracia-foticos opened this issue · comments

Describe the feature

Similar that Pick Nuxt 3 function https://nuxt.com/docs/api/composables/use-fetch#usage

Return only the properties and values that we want

Additional information

  • Would you be willing to help implement this feature?

While it makes sense for useFetch to not return redundant data in the page payload in SSR, I think it doesn't add much value to the plain fetch.