Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBrowser history not work well sometimes #4294
Closed
Labels
Milestone
Comments
|
@egg734631 Can you submit some sample code to reproduce this? |
|
Since there isn't anything actionable- I'm going to close this issue. But please do re-open and share more information if you have it. @egg734631 it would be great if you had an example (ex: something on jsbin.com or your personal site) that can reproduce for everybody |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The problem happened when I testing the browser history api.
My test is open website with specify URL params,
and check if the userToken is empty, then direct back to GameHall.
else, pushState( null, null, url.origin) to clean the URL params.
and add popstate event to check if the user click the back button,
he will direct back to GameHall.
Generally, it's work fine.
But there's sometimes not work correctly
when I click back and forward button multiple times
but it's work well in Chrome.
Brave version (brave://version info)
Version 0.63.48 Chromium: 74.0.3729.108 (Official Build) (64-bit)