We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chunkGetItem
Errors from chunkGetItem seems to not be handled and instead I get the classic Uncaught (in promise) error
Uncaught (in promise)
This is unfortunate because zarr.js happily returns an array full of zeroes and there is no error for me to catch or react on.
I think the issue might be that onIdle from p-queue never throws?
onIdle
p-queue
The error I am seeing originates from this line but I think similar issues could be present at more places in the codebase.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Errors from
chunkGetItem
seems to not be handled and instead I get the classicUncaught (in promise)
errorThis is unfortunate because zarr.js happily returns an array full of zeroes and there is no error for me to catch or react on.
I think the issue might be that
onIdle
fromp-queue
never throws?The error I am seeing originates from this line but I think similar issues could be present at more places in the codebase.
The text was updated successfully, but these errors were encountered: