twyatt opened this issue a month ago · 0 comments
In many places, Kable is catching/handling any DOMException12, but should only be catching specific DOMException types (e.g. name == "NotFoundError", etc).
DOMException
name == "NotFoundError"
https://github.com/JuulLabs/kable/blob/f5fd484ce1de79e9bcafd61f16d9491b965821e5/kable-core/src/jsMain/kotlin/Connection.kt#L136 ↩
https://github.com/JuulLabs/kable/blob/f5fd484ce1de79e9bcafd61f16d9491b965821e5/kable-core/src/jsMain/kotlin/Connection.kt#L160 ↩