CompressionMode represents the modes available to the deflate extension. See https://tools.ietf.org/html/rfc7692 Works in all browsers except Safari which does not implement the deflate extension.
| 520 | // See https://tools.ietf.org/html/rfc7692 |
| 521 | // Works in all browsers except Safari which does not implement the deflate extension. |
| 522 | type CompressionMode int |
| 523 | |
| 524 | const ( |
| 525 | // CompressionNoContextTakeover grabs a new flate.Reader and flate.Writer as needed |