You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LZMA2 archives can do (partial) state and dictionary resets before each LZMA2 packet. This isn't yet supported because the LZMA package that is used (lzma-purejs) doesn't expose such functionality, as it's not used in LZMA1.
Due to this, all (most?) single-file LZMA2 archives can be read, but many multi-archives cannot.
The text was updated successfully, but these errors were encountered:
This should be fixable by using LZMA.Decoder from lzma-purejs directly instead of using the decompress function. I will probably look into this in a few days.
LZMA2 archives can do (partial) state and dictionary resets before each LZMA2 packet. This isn't yet supported because the LZMA package that is used (lzma-purejs) doesn't expose such functionality, as it's not used in LZMA1.
Due to this, all (most?) single-file LZMA2 archives can be read, but many multi-archives cannot.
The text was updated successfully, but these errors were encountered: