Skip to content

How to catch abort errors in JavaScript? #1359

Closed Answered by texodus
holdenmatt asked this question in Q&A
Discussion options

You must be logged in to vote

Due to the design of these "proxy" objects to their real-equivalents which live in the WebWorker, catching constructor errors is not possible up to version 0.6.2. On the master branch and thus in upcoming 0.7.0 release, the view() and table() factory methods are async and will throw constructor errors when invoked within an async context. See #1289 for details.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@holdenmatt
Comment options

Answer selected by holdenmatt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1348 on March 27, 2021 01:15.