grpc / grpc-web

gRPC for Web Clients
https://grpc.io
Apache License 2.0
8.45k stars 760 forks source link

Fix response return type for `grpcwebclientbase_test` #1433

Closed sampajano closed 3 weeks ago

sampajano commented 3 weeks ago

The tests were added in https://github.com/grpc/grpc-web/pull/1230, but the return type is no longer consistent.

(Discovered this during TypeScript migration :))