Fauzan

Results 194 comments of Fauzan
trafficstars

Thanks @yusukebe I will run denoify and lint once again

This is unexpected, let me fix that @yusukebe

Looks like ```ts if ( !nestedForm[key] || typeof nestedForm[key] !== 'object' || Array.isArray(nestedForm[key]) ) { nestedForm[key] = nestedForm[key] || {} } ``` This code only return the last value of...

I found the solution but the hard thing is to keep the code clean 😅 @MathurAditya724 @yusukebe I guess we can continue with the review 🔥

Anyone can add more tests, I think current tests looks good now.

I believe we can add this in `v4.4`, what do you think? @yusukebe

Fix added! kindly review, thanks @usualoma

Thanks for the reviews, I will submit a/some PR/s for the review above.

Adding tsdoc for better developer experience

It's something from the Browser API. For Hono, I think you can build a custom middleware for it. ```ts app.use(async (c, next) => { const parsedBody = await c.req.parseBody(); //...