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
Go through the entire public API and ensure that common error cases will see an understandable JavaScript thrown error, and not an opaque Rust panic. We should never bleed Rust to the end developer...maybe in every case that we know of, we should do this, instead of just the common cases.
The text was updated successfully, but these errors were encountered:
Go through the entire public API and ensure that common error cases will see an understandable JavaScript thrown error, and not an opaque Rust panic. We should never bleed Rust to the end developer...maybe in every case that we know of, we should do this, instead of just the common cases.
The text was updated successfully, but these errors were encountered: