weponary
Results
2
comments of
weponary
> @weponary Did you test if this also works with `Uint8Array`? I tried with Uint8Array. It didn't work.
Cannot read properties of null (reading 'open') while using Uint8Array as params for extract method.
Hi @camrun91, It was the type error. You need to pass the buffer instead of Uint8Array. You can pull the latest TS version and it will work fine.