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
To allow more compatibility between NextJS on Cloudflare for applications coming from Vercel, it would be extremely helpful if the waitUntil function @vercel/functions (https://vercel.com/docs/functions/vercel-functions-package#waituntil) could be mapped to getCloudflareContext().ctx.waitUntil
Is this possible? And if so, is this planned or on the roadmap?
The text was updated successfully, but these errors were encountered:
I was going through the workers documentation and I can see that in their context API they already support the use of waitUntil function as seen here but I don't know if the implementation from the @vercel/functions is the same. Hopefully both of them would have adapted this from the waitUntil used in service workers. I hope this helps!
To allow more compatibility between NextJS on Cloudflare for applications coming from Vercel, it would be extremely helpful if the
waitUntil
function@vercel/functions
(https://vercel.com/docs/functions/vercel-functions-package#waituntil) could be mapped togetCloudflareContext().ctx.waitUntil
Is this possible? And if so, is this planned or on the roadmap?
The text was updated successfully, but these errors were encountered: