This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
2
Listening to back button event in javascript
Post Flair (click to view more posts with a particular flair)
Post Body
Trying to trigger some functions when the back button of my chrome is clicked.. nothing has worked so far. i tried
Window.addEventlistener(“popstate”, (event) => { Alert(“hello”); };
Also this
Window.onbeforeunload = function(e) { Alert(“hello”); };
Window.onstatechange() = (e) => { Alert(“hello”); };
Nothing works, it doesnt catch the back or forward button, the web keeps telling me about the pushstate and popstate but that never works too.
Thanks in advance
Author
Account Strength
90%
Account Age
5 years
Verified Email
Yes
Verified Flair
No
Total Karma
2,724
Link Karma
1,904
Comment Karma
820
Profile updated: 3 days ago
Posts updated: 2 weeks ago
Subreddit
Post Details
We try to extract some basic information from the post title. This is not
always successful or accurate, please use your best judgement and compare
these values to the post title and body for confirmation.
- Posted
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/learnprogra...