ded / domready

lets you know when the dom is ready
MIT License
874 stars 129 forks source link

Does not work in IE10 #53

Open SerjoPepper opened 7 years ago

SerjoPepper commented 7 years ago

Hello, your library doesn't work in IE10

Axnyff commented 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

dlin-me commented 5 years ago

I can confirm that it does not work in IE10.