You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.The text was updated successfully, but these errors were encountered: