Skip to content
New issue

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

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

Already on GitHub? # to your account

IE 9之前不支持 addEventListener #2

Open
MriLiuJY opened this issue Jun 26, 2019 · 0 comments
Open

IE 9之前不支持 addEventListener #2

MriLiuJY opened this issue Jun 26, 2019 · 0 comments

Comments

@MriLiuJY
Copy link
Owner

addEventListener 支持仅到 IE9,IE 9之前可以使用 attachEvent 来替代做兼容。


// IE 9
window.addEventListener("error", function(err) {})

// IE 8
window.attachEvent("onerror", function(err) {})
@MriLiuJY MriLiuJY reopened this Jul 11, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant