Update roadmap.md

This commit is contained in:
Wenbo Zhu 2020-07-31 15:13:57 -07:00 committed by GitHub
parent 9c1a174e19
commit 9ecc15db8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ For Google's Web applications (e.g. gmail), we use a JSON like format which is
comparable to JSON in efficiency but also very compact in both the message size
and code size.
## Streaming-Friendly Transport Implementation
## Streaming Support
Currently the gRPC-Web client library uses XHR to ensure cross-browser support
and to support platforms such as React-Native.