JJ
Is there an equivalent to unstable_after() in h3?
https://nextjs.org/docs/app/api-reference/functions/unstable_after
Im running into an issue with stripe where I need to respond quickly before doing some longer running tasks. Does Nuxt/nitro/h3 have some version of unstable_after() where i can send off a 200 status code then keep doing work in a serverless env?
8 replies