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
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)