-
Notifications
You must be signed in to change notification settings - Fork 764
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6703261
commit c9b2e34
Showing
2 changed files
with
32 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,13 +16,10 @@ | |
* | ||
*/ | ||
/** | ||
* @fileoverview gRPC web client Readable Stream | ||
* @fileoverview gRPC-Web generic transport interface | ||
* | ||
* This class is being returned after a gRPC streaming call has been | ||
* started. This class provides functionality for user to operates on | ||
* the stream, e.g. set onData callback, etc. | ||
* | ||
* This wraps the underlying goog.net.streams.NodeReadableStream | ||
* This class provides an abstraction for the underlying transport | ||
* implementation underneath the ClientReadableStream layer. | ||
* | ||
* @author [email protected] (Stanley Cheung) | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters