eclipsesource / eclipsesource/J2V8
Exceptions from Java show up strangely in Javascript?
Open
help wanted
- Dominant language
- Java
- Stars
- 2.6k
- Forks
- 387
- PR merge metrics
- No merged PRs in 30d
Description
I have some JS that calls into Java (to do an HTTP request). On the way BACK, an exception is getting fired from Java (trying to dismiss an alert). This is all fine, but the exception that shows up on the JS side is of type string, not type Error. This seems bad, I can't quite figure out if it's my fault or the engines fault...?
Contributor guide
Assessment
This issue has not been assessed yet.