devote / HTML5-History-API

HTML5 History API expansion for browsers not supporting pushState, replaceState
http://spb-piksel.ru
MIT License
1.02k stars 182 forks source link

Access is Denied once windowLocation.has exceeds 2083 characters in IE9 #94

Open schaafito opened 8 years ago

schaafito commented 8 years ago

Encountered this in IE9. Assume it applies to all legacy versions of IE. When using the polyfill in IE9, it works fine until the internal windowLocation.hash exceeds 2083 characters. At this point IE begins to report an Access is Denied error whenever we attempt to add a new state to the history

devote commented 8 years ago

This problem is related to the browser, it says here: https://support.microsoft.com/en-us/kb/208427