allen-cell-animated / volume-viewer

https://allen-cell-animated.github.io/volume-viewer/
Other
90 stars 7 forks source link

Fix error when cancelling zarr requests #167

Closed toloudis closed 9 months ago

toloudis commented 9 months ago

The fix here is a vendored (unreleased) version of the zarr.js library from a pull request that contains the fix. We should remove this file if the fix ever lands in a published npm package.

I added a readme to explain the provenance of this extra file.

This PR addresses the issue mentioned here: https://github.com/allen-cell-animated/volume-viewer/pull/163#issuecomment-1809157741

frasercl commented 9 months ago

I think I may have a more sustainable solution in #168, if you'd like to take a look

toloudis commented 9 months ago

closing in favor of #168