HTML5-History-API icon indicating copy to clipboard operation
HTML5-History-API copied to clipboard

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

Open schaafito opened this issue 9 years ago • 1 comments

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

schaafito avatar Mar 14 '16 18:03 schaafito

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

devote avatar Mar 14 '16 19:03 devote