mirror of https://github.com/grpc/grpc-web.git
minor fix
This commit is contained in:
parent
c1f4cdb2dc
commit
d3a360d454
|
@ -17,6 +17,7 @@ goog.provide('grpc.web.ClientReadableStream');
|
||||||
* A stream that the client can read from. Used for calls that are streaming
|
* A stream that the client can read from. Used for calls that are streaming
|
||||||
* from the server side.
|
* from the server side.
|
||||||
*
|
*
|
||||||
|
* @template RESPONSE
|
||||||
* @interface
|
* @interface
|
||||||
*/
|
*/
|
||||||
grpc.web.ClientReadableStream = function() {};
|
grpc.web.ClientReadableStream = function() {};
|
||||||
|
|
Loading…
Reference in New Issue