We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1aaae commit bbf5ebfCopy full SHA for bbf5ebf
scripts/JSRootIOEvolution.js
@@ -169,6 +169,7 @@
169
if (getChar(curr) == 'Z' && getChar(curr+1) == 'L' && getCode(curr+2) == 8) { fmt = "new"; off = 2; } else
170
if (getChar(curr) == 'C' && getChar(curr+1) == 'S' && getCode(curr+2) == 8) { fmt = "old"; off = 0; } else
171
if (getChar(curr) == 'X' && getChar(curr+1) == 'Z') fmt = "LZMA"; else
172
+ if (getChar(curr) == 'Z' && getChar(curr+1) == 'S' && getCode(curr+2) == 1) fmt = "ZSTD"; else
173
if (getChar(curr) == 'L' && getChar(curr+1) == '4') { fmt = "LZ4"; off = 0; CHKSUM = 8; }
174
175
/*
0 commit comments