Yusuke Wada
Yusuke Wada
Hi @mrtska Thank you for raising the issue. I didn't know there is a specification for iOS like that! @usualoma Can you handle this?
Hi @aheissenberger Thanks for the issue. @watany-dev Could be a Hono core issue, but can you take a look at this once?
@aheissenberger @watany-dev Is this issue is solved?
Thanks! I'll close this issue, but if you have a problem, feel free to reopen it.
Hi @ersinakinci I recommend using a type guard to add a type to the target. ```tsx { if (e.currentTarget instanceof HTMLInputElement) { e.currentTarget.value // ... } }} /> ``` But,...
Hi @HeyITGuyFixIt I think the cookie value is not set in the header property, so JWT middleware can't read it. JWT middleware will read the cookie header in the Request...
Hi @usualoma ! What do you think about this? Can we really use it without `await`?
Hmm, you're right. Any ideas... I want to resolve this issue of increasing overhead when middleware is added. I think we can change the API just for this, and we...
This is just an idea. I don't know how to implement it yet, but we propose syntax like this, though `next` might be a more appropriate name. ```ts app.get( '/asyncContent',...
Hi @usualoma, Thanks! That's interesting. I'm also struggling to find a good solution. Let's take some time to work on it.