Open SerjoPepper opened 7 years ago
It indeed looks like document.documentElement has a doScroll function on IE9 IE10 so the regex will not match an interactive readyState but IE9 and IE10 both have an interactive ready state which means the callback will never be called.
I can do a PR to try and fix that issue
I can confirm that it does not work in IE10.
Hello, your library doesn't work in IE10