Const
Decompress LZ4 data and write to a file asynchronously on a pool thread. Creates parent directories if needed. The inverse of lz4ReadAndCompress.
LZ4-compressed data. Read on a pool thread — do not detach or resize its backing ArrayBuffer until the returned promise settles.
Original uncompressed size (from lz4ReadAndCompress).
Output file path.
Decompress LZ4 data and write to a file asynchronously on a pool thread. Creates parent directories if needed. The inverse of lz4ReadAndCompress.