gzuidhof / zarr.js

Javascript implementation of Zarr
https://guido.io/zarr.js
Apache License 2.0
132 stars 23 forks source link

feat(ZarrArray): add store get options passthrough #146

Closed az0uz closed 11 months ago

az0uz commented 1 year ago

This will allow new features like passing an AbortController from the ZarrArray.get to the Store.getItem if the Store supports it, which would be welcomed for frontend user loading large data arrays where the user input change while loading.

az0uz commented 11 months ago

This is great. Thanks for the contribution.

@manzt You might want to also merge #145 for this to work correctly, so the AbortError is thrown as expected