Closed oskbor closed 11 months ago
Errors from chunkGetItem seems to not be handled and instead I get the classic Uncaught (in promise) error
chunkGetItem
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.
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.