We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: