Reputation: 675
I am using chrome and am making an extension. I would like to know if it is possible to make a tab navigate backwards (like pushing the back button). if so, how do I do it.
Upvotes: 1
Views: 618
Reputation: 34655
Use this history object.
history
window.history.go(-1);