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
When i compress complete html document it returns empty string.
This is my code:
var com = 's0nJLFPITLFVSktNTfFITUxJLXLOzytJzMxLLVKy4+VSAAMbTFVKCimZRbZKOSVAVnJOYnExRNIpMTk7vSi/NC8FoRtNv2deSVF+SGpFCbIKoJoCuIrg0qTi5KLMgpLM/DzPvLR8QyU7G/0CYlUboau20Qdaj8s1UN1JqT5AL4N0IqtF5kHYAA==';
unc = Base64.btou(RawDeflate.inflate(Base64.fromBase64(com)));
alert(unc);
The text was updated successfully, but these errors were encountered:
I'm deflating following html using both System.IO.Compression.DeflateStream and Ionic.Zlib.DeflateStream:
They both produce same base64 output:
s0nJLFPITLFVSktNTfFITUxJLXLOzytJzMxLLVKy4+VSAAMbTFVKCimZRbZKOSVAVnJOYnExRNIpMTk7vSi/NC8FoRtNv2deSVF+SGpFCbIKoJoCuIrg0qTi5KLMgpLM/DzPvLR8QyU7G/0CYlUboau20Qdaj8s1UN1JqT5AL4N0IqtF5kHYAA==
Decompression in C# works just fine, but using RawDeflate.inflate produces following result:
When i compress complete html document it returns empty string.
This is my code:
The text was updated successfully, but these errors were encountered: