Yusuke Wada
Yusuke Wada
Hi @BarryThePenguin Looks good! I'd like you to work on this. Regarding `next`, I think the following is better. ```ts const response = await next() ```
Thanks @leaumar @watany-dev @exoego @yiss or others. Can anyone handle this?
@o-t-w Thank you for the proposal. Hey @watany-dev, what do you think of adding support for the Trusted Types?
Let's discuss this PR after shipping the next minor version `v4.7.0`!
Hi @Ariel-Moroshko Thank you for the PR! @nakasyou Can you review this?
@Ariel-Moroshko To fix the CI error, please format the code with the command `bun run format:fix && bun run lint:fix`.
@Ariel-Moroshko @nakasyou Thanks! Merge it now.
Hi @usualoma ! I want to hear your opinion!
@usualoma Thank you for the comments! > Is it an app that works in a persistent environment? As you know, Hono has to support both "one-time" and "persistent" apps. For...
In this case, the important point is that `URLSearchParams` is a runtime API. So, if the performance of the runtime implementation improves, the performance of Hono will also improve. In...