SafetyCulture / grpc-web-devtools

Chrome & Firefox Browser extension to aid gRPC-Web development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request containing bytes (Uint8Array) is too slow

smnbbrv opened this issue · comments

Could the bytes fields be potentially cut off if it improves the performance?

Let's say just display a string Uint8Array(123456) where 123456 is the array length.

I suspect that the perf will be caused by the rendering of the JSON tree view; ideally we could add a “raw” view so that if you have data that is not suitable for the tree, then you could select raw view instead.