Skip to content
New issue

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

window.stop() does not cancel traversal navigations, but the stop button does #6905

Open
domenic opened this issue Jul 27, 2021 · 0 comments

Comments

@domenic
Copy link
Member

domenic commented Jul 27, 2021

Currently the spec has both of these go through the same algorithm: https://html.spec.whatwg.org/#stop-document-loading

They need to be separated, and we should also write tests to capture the fact that history.back(); window.stop() still navigates back.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant