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

error 事件递归报错 #1161

Closed
wssgcg1213 opened this issue Feb 14, 2022 · 0 comments · Fixed by #1164
Closed

error 事件递归报错 #1161

wssgcg1213 opened this issue Feb 14, 2022 · 0 comments · Fixed by #1164
Assignees
Labels
bug Something isn't working

Comments

@wssgcg1213
Copy link
Member

一段话, 运行立即爆栈

addEventListener('error', (evt) => {
  console.log('tagName', evt.target.tagName);
});

throw Error('foo');

@wssgcg1213 wssgcg1213 added the bug Something isn't working label Feb 14, 2022
@wssgcg1213 wssgcg1213 changed the title error 事件循环报错 error 事件递归报错 Feb 14, 2022
@yuanyan yuanyan linked a pull request Mar 1, 2022 that will close this issue
@yuanyan yuanyan closed this as completed Mar 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants