Open YongYuH opened 6 years ago
Mutation events is a deprecated feature in mutation event MDN docs. Use Mutation Observer as a replacement api if the browser supports.
Fix warning in browser
[Violation] Added synchronous DOM mutation listener to a 'DOMNodeInserted' event. Consider using MutationObserver to make the page more responsive.
Description
Mutation events is a deprecated feature in mutation event MDN docs. Use Mutation Observer as a replacement api if the browser supports.
Fix warning in browser
Type of change