IRC channel logs

2025-06-09.log

back to list of logs

<encryptedwhisper>Are there plans to somehow create record types based on a JS object? for situations where a user has to store a data object on the js side? Or is the only way to do it going to always be creating getters and setters manually? Alternately does it make sense to have a function that can be used to dynamically fetch properties and subproperties from said JS objects?
<encryptedwhisper>I'm trying to consider what it would take to create a hoot indexedDB module