how to stop request that being processing by hono server from client?
i'm thinking about AbortController from vanilla javascript, but it is only aborting the request in the client right? how can i abort the request in the server, which in this case is processed by hono. i only found this [1], but it is used for RPC, in my case hono is run on different server. i also found this issue [2] but i didn't see the
abort
method.
hono v4.3.4
[1] https://hono.dev/guides/rpc#init-option
[2] https://github.com/honojs/hono/issues/2341GitHub
ExecutionContext type missing
abort
method · Issue #2341 · honojs...What version of Hono are you using? 4.1.0 What runtime/platform is your app running on? Cloudflare Workers What steps can reproduce the bug? The latest version of Hono uses a type like this: declar...
RPC - Hono
Ultrafast web framework for Cloudflare Workers, Fastly Compute, Deno, Bun, Vercel, Node.js, and others. Fast, but not only fast.
0 Replies