AbortSignals not working in Deno
Hi there,
I'm trying to create a Hono server with a disconnect handler. When I cancel the request from my client, the abort signal from the raw
Request
object never changes to true. This code works on both Hono and Bun, so I think this is an issue with Deno's fetch API. See example below (requires Hono)
1 Reply
Bug filed in: https://github.com/denoland/deno/issues/26924
GitHub
AbortSignals from Deno fetch do not work on Windows · Issue #26924 ...
Version: Deno 2.0.6 Hi there, I'm trying to create a Hono server with a disconnect handler. When I cancel the request from my Postman client, the abort signal from the raw Request object never ...