Replies: 1 comment 1 reply
-
anytime async function uses too much time, browser reports this. and loading of anything larger than few kb will always take more than few ms. preventDefault would help if there was some other registered handler for a handler, but this is not happening inside a handler, this is happening inside explicit load. there is nothing that can done about it, sorry. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
zone js in angular reports [Violation] 'setTimeout' handler took ms for every model loaded in the browser, similar to this post: https://stackoverflow.com/questions/44060131/zone-js-violation-warnings-on-console-in-angular-project-only-on-chrome, maybe preventDefault could help?
Beta Was this translation helpful? Give feedback.
All reactions