You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now I'm on the first page, and then I call history.replaceState to change the URL to https://c.
Then I click the link to jump to the second link, then use the browser's back button to go back to https://c, then use the forward button to go back to https://b, then click the back button again. At this point, you should jump back to the https://c page, but the actual situation is that the URL changes to https://c, but the page content is still https://b.
The text was updated successfully, but these errors were encountered:
Suppose I have two pages:
https://a
https://b
Now I'm on the first page, and then I call
history.replaceState
to change the URL tohttps://c
.Then I click the link to jump to the second link, then use the browser's back button to go back to
https://c
, then use the forward button to go back tohttps://b
, then click the back button again. At this point, you should jump back to thehttps://c
page, but the actual situation is that the URL changes tohttps://c
, but the page content is stillhttps://b
.The text was updated successfully, but these errors were encountered: