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
This may or may not be a "bug" per se, but attempting to call a method on a nil interface results in a JS error, rather than a GopherJS runtime error. Example:
Uh oh!
There was an error while loading. Please reload this page.
This may or may not be a "bug" per se, but attempting to call a method on a nil interface results in a JS error, rather than a GopherJS runtime error. Example:
Results in:
Or in Chrome:
This is only undesirable insofar as it tends to suggest a problem with a JS lib.
In Go the same error is reported as:
Something similar would be ideal, IMHO, in GopherJS.
The text was updated successfully, but these errors were encountered: