🥳 New Kitten release
⁃ Bug fix: Kitten no longer awaits events bubbled from the client to the server.
Kitten’s Streaming HTML workflow¹ transparently bubbles events from the client to the server so you can keep all your code on one tier and stream HTML updates to the page. Anyway, so I was awaiting events while bubbling them instead of just firing them off in parallel which meant that if you had delays, etc., in some of your event handlers, the timing of other event handlers would be affected. This is now fixed so your event handlers should fire independently of each other. (Your async event handlers will continue to work as intended so you can script animations, etc., by awaiting delays within them.)
Enjoy!
💕
¹ https://kitten.small-web.org/tutorials/streaming-html/
#Kitten #KittenReleases #SmallWeb #SmallTech #bugFix #events #StreamingHTML