0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-29 09:43:20 +01:00
hono/deno_dist/helper
Sor4chi 1140532b95
fix: streamSSE's doesn't trigger onAbort correctly (#1920)
* test: add onAbort case to stream helper

* fix: how to handle sse

* test: add aborted case to streamSSE helper

* chore: denoify

* chore: lintfix
2024-01-09 15:46:51 +09:00
..
adapter Merge pull request #1690 from honojs/next 2023-11-13 14:25:42 +09:00
cookie fix(helper/cookie): make default Path=/ for setCookie()/setSignedCookie() (#1742) 2023-11-28 17:52:34 +09:00
css feat: introduce css Helper (#1850) 2024-01-02 22:47:42 +09:00
dev feat(dev): add colorize option for showRoutes() (#1886) 2024-01-02 22:49:23 +09:00
factory fix(factory): Filter undefined in createHandlers (#1772) 2023-12-04 09:47:45 +09:00
html feat(helper/html): Support Promise<string | HtmlEscapedString> in html tagged template literals (#1826) 2023-12-17 07:35:34 +09:00
streaming fix: streamSSE's doesn't trigger onAbort correctly (#1920) 2024-01-09 15:46:51 +09:00
testing feat: add Hono test client (RPC) (#1451) 2023-09-17 09:04:07 +09:00