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

Out of stack space in IE8/9 #89

Closed eithed closed 8 years ago

eithed commented 8 years ago

Hello,

When using history.js with provided example code (https://github.com/devote/HTML5-History-API#example-of-using-the-library-in-the-pure-js-context) I'm getting SCRIPT28: Out of stack space (File: history.js, Line: 416, Column: 5) error.

Curiously enough, the minified version works.

Naeemo commented 8 years ago

I have the same problem, even worse: the minified version doesn't work either.

devote commented 8 years ago

Hi, Can you give an example of code that will be played this error?

galsas commented 8 years ago

I made a pull request that solve the problem #91

Note: The error appear to me using angular 2 and this library as pollyfill for IE9

Naeemo commented 8 years ago

Thanks, all. ^ - ^