We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0238da3 commit 3d921ffCopy full SHA for 3d921ff
javascript/net/grpc/web/request.js
@@ -41,7 +41,7 @@ class Request {
41
*/
42
getCallOptions() {}
43
44
- /**
+ /**
45
* @param {string} key
46
* @param {string} value
47
* @return {!Request<REQUEST, RESPONSE>}
javascript/net/grpc/web/streambodyclientreadablestream.js
@@ -278,6 +278,7 @@ class StreamBodyClientReadableStream {
278
for (let i = 0; i < bytes.length; i++) {
279
byteSource += String.fromCharCode(bytes[i]);
280
}
281
+ return byteSource;
282
} else {
283
return this.xhr_.getResponse();
284
0 commit comments