SafetyCulture / grpc-web-devtools

Chrome & Firefox Browser extension to aid gRPC-Web development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for streaming requests

rogchap opened this issue · comments

Only unary requests are supported see #10
Add support for streaming requests and sending messages to the extension when the stream.on("data") fires; will also need to handle errors.