File SystemUtilitiesCompress and decompress data with DEFLATEUse Bun.deflateSync() to compress a Uint8Array with DEFLATE.Copy MarkdownOpenCompress and decompress data with gzipUse Bun.gzipSync() to compress a Uint8Array with gzip.Escape an HTML stringBun.escapeHTML() escapes HTML characters in a string. It makes the following replacements.