inspector icon indicating copy to clipboard operation
inspector copied to clipboard

The inspector hangs on large strings.

Open mbostock opened this issue 5 years ago • 1 comments

It can render a large array no problem, but it chokes on a large string. For example, here’s 10MB string that causes the notebook to not respond:

https://observablehq.com/d/e636d2d7612777e5

mbostock avatar Jun 23 '20 17:06 mbostock

It looks like this is a result of lag from the DOM — perhaps long single-line strings should be truncated in a similar manner to multiline ones?

j-f1 avatar Oct 09 '20 19:10 j-f1