Mahaveer Prasad Agarwal

Results 2 issues of Mahaveer Prasad Agarwal

Hi Team, I faced the issue while pop the state of history object with some URL, with which i have not pushed the state. IE/Edge retains the last pushed object...

I have modified the firePopState method by adding a Map, which keeps the URL and state of object in case of IE/Edge. ``` function firePopState(currentUrl) { var o = document.createEvent...