You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In many places, Kable is catching/handling anyDOMException12, but should only be catching specific DOMExceptiontypes (e.g. name == "NotFoundError", etc).
In many places, Kable is catching/handling any
DOMException
12, but should only be catching specificDOMException
types (e.g.name == "NotFoundError"
, etc).Footnotes
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 ↩
The text was updated successfully, but these errors were encountered: