Marcos Kuchak
Marcos Kuchak
This feature would be fantastic. Is there a plan for that?
This remains broken. Same problem here with tabs. The history would be important to keep the “back” button working on Android. It's weird not having this behavior by default. ...
I've been researching, and you can prompt the client to redo the WebSocket connection if the access token changes. ```ts /** * Helper function for using authentication on WebSockets. *...
That would be a really great feature to have
I ran into this problem today and solved it like this: Create a path and a file to track custom types `src/@types/itty-router/index.d.ts`: ```javascript interface Request { content?: any; cookies?: any;...
This extends the interface Request
Has this been neglected so far? I'm having trouble with Prisma handling this and I had Drizzle as my main alternative (actually to become primary). It seems that this important...