grpc-web-devtools
grpc-web-devtools copied to clipboard
Request containing bytes (Uint8Array) is too slow
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.