Yusuke Wada
Yusuke Wada
Hi @mo-hassann Basically, the `hc` is wrapping the `fetch`, so the behavior is based on the `fetch`. If you change it to `fetch,` will the behavior change?
Hi @EdamAme-x Nice challenge! Looks good to me. I'll merge this and include it in the next patch release. Thanks!
Hi @johanndev We will need to check whether WebSocket works on HonoX, but as @ArjixWasTaken said, the error is caused because it does not export the Hono instance. It may...
@EdamAme-x Thanks! I'll merge this now.
Hi @skandasoft It's not a bug. Use a regexp: https://hono.dev/docs/api/routing#regexp
We never add features that depend on runtime-specific functions.
@thelovekesh I think it will be a good idea to create an independent router outside of this `hono` package. Like this: ```ts import { Hono } from 'hono' import {...
If making it accept these fetch wrappers, we may have to change the type of the `fetch` option for `hc` to accept them. Currently, if passing ofetch's fetch, it throws...
Hi @Mushus Can you add a test in `packages/build/test/adapter.test.ts`? And can you run `yarn changeset` on top of the project and push the generated file? This will be a `feat`...
@Mushus Thank you for considering. Then, let's move on to #271.