Support Question
How can I catch a Perspective error from JavaScript?
For example, if I pass a bad config to table.view(config) I see an uncaught error like this:

But wrapping the offending call in a try/catch has no effect.
I didn't find anything about error handling in the documentation. This looks like what I want, but seems to only apply to Python/C++, not JavaScript:
#777
What do you suggest? Thanks!
Support Question
How can I catch a Perspective error from JavaScript?
For example, if I pass a bad config to

table.view(config)I see an uncaught error like this:But wrapping the offending call in a try/catch has no effect.
I didn't find anything about error handling in the documentation. This looks like what I want, but seems to only apply to Python/C++, not JavaScript:
#777
What do you suggest? Thanks!