Eryu Xia
                                            Eryu Xia
                                        
                                    @akshayjshah Thanks for explaining, Akshay! That makes total sense! --- > If a gRPC response sets multiple values for the same trailer key, split across multiple lines, all of the...
@dimo414 Wow! Thanks for reporting this "subtle" issue.. 😄 I've filed a [chrome bug](https://bugs.chromium.org/p/chromium/issues/detail?id=1521153) and hope they might have an idea 😃 Thanks!
@kobofare Hi :) One way credentials can be passed is through `metadata`, which would be passed as HTTP headers to the server. As in the following example: https://github.com/grpc/grpc-web?tab=readme-ov-file#make-a-unary-rpc-call Would this...
Closing this issue due to inactivity. Feel free to reopen with more details :)
Hi! I'm not familiar with `buf.gen.yaml`, because it seems like a Buf concept (not part of this project). Although, regarding the test_pb.d.ts — it's only a Typescript declaration of the...
@KP-story Thanks for the report! Do you mind following this following Typescript example, and check how things are looking different between that and what you have? https://github.com/grpc/grpc-web/blob/master/net/grpc/gateway/examples/echo/ts-example/README.md Without knowing your...
@kanekv Thanks for the ping again.. This is a known issue.. I know i've made a promise in https://github.com/grpc/grpc-web/issues/946 as you asked last year, but i'm sorry i'm not able...
FYI, tracking the above work in the following issue :) https://github.com/grpc/grpc-web/issues/1414
Thanks for re-posting the question! FYI, murgatroid99@ provided a reply at: https://github.com/grpc/grpc-web/issues/80#issuecomment-1989010546 Is that helpful to you? Thanks!
@Ben-Avrahami Hi, Thanks for reaching out! I don't believe there is any change since what was mentioned in https://github.com/grpc/grpc-web/issues/733 (which you had also commented on). I'm not too familiar with...