See the [gRPC-Web protocol](https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-WEB.md) document for details. We should be able to support this by making a `GrpcWebChannel` that implements the `ClientChannel` interface.
See the gRPC-Web protocol document for details.
We should be able to support this by making a
GrpcWebChannelthat implements theClientChannelinterface.