manzt / zarrita.js

A JavaScript toolkit for working with chunked, compressed, n-dimensional arrays
https://zarrita.dev
MIT License
39 stars 5 forks source link

feat(core): Add `tryWithConsolidated` helper #141

Closed manzt closed 7 months ago

manzt commented 7 months ago

Adds tryWithConsolidated helper to provide a consistent interface for reading from a store that may or may not be consolidated. Consolidated stores will not incur additional network requests when reading underlying groups and arrays.

manzt commented 7 months ago

cc @keller-mark