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
Note: for support questions, please use one of these channels: stackoverflow or slack
self is not defined
in lib/transports/polling-xhr.js var terminationEvent = 'onpagehide' in self ? 'pagehide' : 'unload'; the self is not defined
The text was updated successfully, but these errors were encountered:
3f3a6f9
No branches or pull requests
Note: for support questions, please use one of these channels: stackoverflow or slack
You want to:
Current behaviour
self is not defined
Steps to reproduce (if the current behaviour is a bug)
in lib/transports/polling-xhr.js
var terminationEvent = 'onpagehide' in self ? 'pagehide' : 'unload';
the self is not defined
Expected behaviour
Setup
Other information (e.g. stacktraces, related issues, suggestions how to fix)
The text was updated successfully, but these errors were encountered: