Trung Dang
Results
82
comments of
Trung Dang
Hi, which features of `axios` are you wanting to use? The api client already allows passing in a [custom `fetch` method](https://hono.dev/docs/guides/rpc#custom-fetch-method), For features like hooks, retries, timeout, you can use...
https://github.com/unjs/std-env have a `isColorSupported()` util that is pretty good including TTY check, I have created a PR to extract it in the past: https://github.com/honojs/hono/pull/3017, but I can't remember why I...