Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request containing bytes (Uint8Array) is too slow #55

Open
smnbbrv opened this issue Nov 25, 2019 · 1 comment
Open

Request containing bytes (Uint8Array) is too slow #55

smnbbrv opened this issue Nov 25, 2019 · 1 comment

Comments

@smnbbrv
Copy link

smnbbrv commented Nov 25, 2019

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.

@rogchap
Copy link
Contributor

rogchap commented Dec 6, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants