MCPcopy
hub / github.com/coder/websocket / CompressionMode

TypeAlias CompressionMode

ws_js.go:522–522  ·  view source on GitHub ↗

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.

Source from the content-addressed store, hash-verified

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

Callers 1

TestConnFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected