Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Featuredetect addEventListener for old Browsers #3

Closed
fwebdev opened this issue Jul 11, 2014 · 2 comments
Closed

Featuredetect addEventListener for old Browsers #3

fwebdev opened this issue Jul 11, 2014 · 2 comments

Comments

@fwebdev
Copy link

fwebdev commented Jul 11, 2014

You could add a Featuredetection like

if(document.addEventListener){....

Old IE8 does not know addEventListener nor "async" so we don't need your Script there. :-)

@WebReflection
Copy link
Owner

Let me introduce you http://github.com/WebReflection/ie8 ...the script every website should include conditionally at the top... It's pointless to ignore DOMContentLoaded as fixed here, if you don't want it fixed, don't use it ;-)

@WebReflection
Copy link
Owner

Actually, I'll just close this as non issue but feel free to ask more, if needed. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants