Reputation: 2984
I'm trying to get the previous URL in chrome via document.referrer
but this is not working in IE.
Upvotes: 2
Views: 439
Reputation: 30
document.referrer
works on IE9+ so you can use this to get history url.
Upvotes: 1
Reputation: 2984
document.referrer
is working on IE10+ and edge browsers, this issue is only at my side, the browser was returning null every time but after restarting pc everything works perfectly.
Upvotes: 2