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
Put a script editor on a page Put 65000 characters in it You may want to use a function like this:
generateString (length) { let text = '' const possible = 'GATC' for (var i = 0; i < length; i++) { text += possible.charAt(Math.floor(Math.random() * possible.length)) } return text }
Page loads with script input field
Page loads very slowly and on firefox your browser may freeze
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How to Reproduce
Put a script editor on a page
Put 65000 characters in it
You may want to use a function like this:
Expected behavior
Page loads with script input field
Observed behavior
Page loads very slowly and on firefox your browser may freeze
The text was updated successfully, but these errors were encountered: