What this utility does
Compress or decompress the Zlib Compressed Data Format locally using DEFLATE with the zlib wrapper and checksum.
Input and processing contract
Compression input is capped at 8 MiB. Decompression input is capped at 4 MiB and expanded output at 16 MiB during stream collection. A local zlib-wrapped compressed or decompressed binary result.
Important limitations
This uses CompressionStream/DecompressionStream format deflate, which represents DEFLATE data in the zlib wrapper. It is not raw DEFLATE and not GZip.
Privacy and safety
SaveEditor.com keeps this Phase 19 workflow browser-local when operational. The runtime uses explicit input limits and does not silently upload the supplied content.