grpc-web-devtools icon indicating copy to clipboard operation
grpc-web-devtools copied to clipboard

Request containing bytes (Uint8Array) is too slow

Open smnbbrv opened this issue 4 years ago • 1 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.

smnbbrv avatar Nov 25 '19 16:11 smnbbrv

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.

rogchap avatar Dec 06 '19 20:12 rogchap