Skip to content

Commit 3d921ff

Browse files
Review fixes
1 parent 0238da3 commit 3d921ff

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

javascript/net/grpc/web/request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Request {
4141
*/
4242
getCallOptions() {}
4343

44-
/**
44+
/**
4545
* @param {string} key
4646
* @param {string} value
4747
* @return {!Request<REQUEST, RESPONSE>}

javascript/net/grpc/web/streambodyclientreadablestream.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ class StreamBodyClientReadableStream {
278278
for (let i = 0; i < bytes.length; i++) {
279279
byteSource += String.fromCharCode(bytes[i]);
280280
}
281+
return byteSource;
281282
} else {
282283
return this.xhr_.getResponse();
283284
}

0 commit comments

Comments
 (0)