grpc-js: Update documentation of compression behavior in README

This commit is contained in:
Michael Lumish 2023-06-21 11:36:45 -07:00
parent 186718cb70
commit 6fb6544483
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Documentation specifically for the `@grpc/grpc-js` package is currently not avai
- Servers - Servers
- Streaming - Streaming
- Metadata - Metadata
- Partial compression support: clients can decompress response messages - Partial compression support: clients can compress and decompress messages, and servers can decompress request messages
- Pick first and round robin load balancing policies - Pick first and round robin load balancing policies
- Client Interceptors - Client Interceptors
- Connection Keepalives - Connection Keepalives