ERR_TRAILING_JUNK_AFTER_STREAM_END


在压缩流结束后发现多余的数据。当在压缩流结束后(例如在 zlib 或 gzip 解压缩中)检测到额外的、意外的数据时,会抛出此错误。

【Trailing junk found after the end of the compressed stream. This error is thrown when extra, unexpected data is detected after the end of a compressed stream (for example, in zlib or gzip decompression).】