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

The inspector hangs on large strings. #110

Open
mbostock opened this issue Jun 23, 2020 · 1 comment
Open

The inspector hangs on large strings. #110

mbostock opened this issue Jun 23, 2020 · 1 comment

Comments

@mbostock
Copy link
Member

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

@j-f1
Copy link

j-f1 commented Oct 9, 2020

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?

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