gzuidhof / zarr.js

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

Add SharedArrayBuffer support #116

Closed AndreiLebedev closed 2 years ago

AndreiLebedev commented 2 years ago

This PR allows using SharedArrayBuffer as an input for RawArray and NestedArray.

AndreiLebedev commented 2 years ago

I updated PR with better typings and null check. Could you review it once again, please?

gzuidhof commented 2 years ago

It's perfect, thank you for your contribution!