1
0
Fork 0
mirror of https://github.com/codedread/bitjs synced 2025-10-04 10:09:16 +02:00

Some minor API updates.

This commit is contained in:
Jeff Schiller 2021-12-29 20:01:48 -08:00
parent 24b1603968
commit cc59935e72
7 changed files with 139 additions and 10 deletions

View file

@ -493,7 +493,7 @@ function inflate(compressedData, numDecompressedBytes) {
// Bit stream representing the compressed data.
/** @type {bitjs.io.BitStream} */
const bstream = new bitjs.io.BitStream(compressedData.buffer,
false /* rtl */,
false /* mtl */,
compressedData.byteOffset,
compressedData.byteLength);
/** @type {bitjs.io.ByteBuffer} */