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
If a server sends data that can't be parsed, the parser throws an Error that isn't caught. It should be caught and the onerror event handler should be fired. This is related to #18, but even if that is fixed we still need to handle parse errors since there is no guarantee that a server will send valid data.
The text was updated successfully, but these errors were encountered:
If a server sends data that can't be parsed, the parser throws an
Error
that isn't caught. It should be caught and theonerror
event handler should be fired. This is related to #18, but even if that is fixed we still need to handle parse errors since there is no guarantee that a server will send valid data.The text was updated successfully, but these errors were encountered: