cache-busting-example
cache-busting-example copied to clipboard
window.location.reload(true) Deprecated =(
Hey, first of all, your article is great and thanks for making this available for everyone.
Since window.location.reload(true) is deprecated and most browsers ignore it, wanted to ask you if do you know any workaround to forceReload the browser? Been struggling in finding a solid answer...
@gmayc where you find that the window.location.reload is depricated?
So a boolean parameter is not part of the current specification for location.reload() — and in fact has never been part of any specification for location.reload() ever published.
developer.mozilla.org is nothing say about that.