Skip to content
Advertisement

Javascript event that is triggered when browser loads new inline (ajax) content?

Is there a Javascript event that is triggered when browser loads new inline (ajax) content? I would like to catch new content as it happens inside my browser extension. Thanks to all

JavaScript

Advertisement

Answer

Using the DOM Mutation Observer will most likely be what you want.

JavaScript
JavaScript
User contributions licensed under: CC BY-SA
4 People found this is helpful
Advertisement