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

Drop parameter from example location.reload() call #4160

Merged
merged 1 commit into from
Apr 16, 2021

Conversation

sideshowbarker
Copy link
Collaborator

@sideshowbarker sideshowbarker commented Apr 16, 2021

This change drops the parameter from the location.reload() call in an example in the window.location article, and re-titles the example. Fixes #4143.

Standard location.reload() doesn’t take a parameter, and doesn’t cause a force reload — it may reload the document from the browser cache, rather than re-fetching it over the network.

This change drops the parameter from the location.reload() call in an
example in the window.location article, and re-titles the example.

Standard location.reload() doesn’t take a parameter, and doesn’t cause a
force reload — it may reload the document from the browser cache, rather
than re-fetching it over the network.

Fixes #4143
@Elchi3 Elchi3 merged commit bb5e765 into main Apr 16, 2021
@Elchi3 Elchi3 deleted the sideshowbarker/window/location-reload-not-force branch April 16, 2021 10:51
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 16, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue with "Window.location": example#2 uses deprecated true/false paramete in call to window.reload
2 participants