Unpacks the .tar.gz (odbx format) file and returns the items.
Works in both the browser and Node.js: decompression uses fflate and the TAR archive is read by readTarItems, so it does not depend on any browser-only API.
fflate
The .tar.gz (odbx format) file.
Generated using TypeDoc
Unpacks the .tar.gz (odbx format) file and returns the items.
Works in both the browser and Node.js: decompression uses
fflateand the TAR archive is read by readTarItems, so it does not depend on any browser-only API.Returns