Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-13 | fix(ext/http): replace await Deno.serve with await Deno.serve().finished ↵ | Matt Mastracci | |
(#19485) We have a bunch of these to clean up after we changed the API. | |||
2023-04-26 | BREAKING(unstable): remove "Deno.serve(handler, options)" overload (#18759) | Bartek Iwańczuk | |
In preparation to stabilization of the API this overload was decided to be removed. | |||
2023-03-17 | chore: add tests for node:async_hooks (#18004) | Bartek Iwańczuk | |
Closes https://github.com/denoland/deno/issues/17878 --------- Co-authored-by: crowlkats <crowlkats@toaxl.com> |