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 new iframe is created on every History::start call, but never removed in History::stop, likely causing memory leaks on oldIE. (see #3006)
iframe
History::start
History::stop
The text was updated successfully, but these errors were encountered:
To be fair, you are never supposed to ever call stop. But sure.
stop
Sorry, something went wrong.
Yeh not a huge bug but worth fixing probably.
b362ea0
Merge pull request #3041 from braddunbar/iframe-cleanup
e0233d8
Fix #3015 - History#stop cleans up iframe.
No branches or pull requests
A new
iframe
is created on everyHistory::start
call, but never removed inHistory::stop
, likely causing memory leaks on oldIE. (see #3006)The text was updated successfully, but these errors were encountered: