Cloudflare Workers and accessing waitUntil ? #1619
Unanswered
danboyle8637
asked this question in
Q&A
Replies: 2 comments
-
Nice!!! @yusukebe Thank you. I have no idea how I missed that. I appreciate it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using Hono with Cloudflare Workers. With "normal" workers you get access to a context parameter where you can
waitUntil
... pretty much do some async work while returning a response immediately.Is there a way to get access to this with Hono? I can't see to find anything in the docs... nor just messing around with the code. Any help?
Beta Was this translation helpful? Give feedback.
All reactions