Skip to content

Commit

Permalink
Review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-cheung committed Aug 18, 2020
1 parent 0238da3 commit 3d921ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion javascript/net/grpc/web/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class Request {
*/
getCallOptions() {}

/**
/**
* @param {string} key
* @param {string} value
* @return {!Request<REQUEST, RESPONSE>}
Expand Down
1 change: 1 addition & 0 deletions javascript/net/grpc/web/streambodyclientreadablestream.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ class StreamBodyClientReadableStream {
for (let i = 0; i < bytes.length; i++) {
byteSource += String.fromCharCode(bytes[i]);
}
return byteSource;
} else {
return this.xhr_.getResponse();
}
Expand Down

0 comments on commit 3d921ff

Please sign in to comment.