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
A long-standing "feature" in firefox: escape kills any network requests. See https://bugzilla.mozilla.org/show_bug.cgi?id=614304
May be possible for Ω to workaround it.
The text was updated successfully, but these errors were encountered:
A possible work around:
window.addEventListener('keydown', function(e) { (e.keyCode == 27 && e.preventDefault()) })
Found here: sockjs/sockjs-client#18 (comment)
Sorry, something went wrong.
No branches or pull requests
A long-standing "feature" in firefox: escape kills any network requests. See https://bugzilla.mozilla.org/show_bug.cgi?id=614304
May be possible for Ω to workaround it.
The text was updated successfully, but these errors were encountered: