Kenny Nguyen

Results 2 issues of Kenny Nguyen

Hello, I tested this and it works well for direct grpc server. If we have envoy proxy in front of grpc server to support grpc-web, how can we test this...

Installed extension and in Usage I see this: const enableDevTools = window.__GRPCWEB_DEVTOOLS__ || (() => {}); const client = new EchoServiceClient('http://myapi.com'); enableDevTools([ client, ]); I added the snippet code into...