johnbillion / resource-host-monitor

1 stars 0 forks source link

Report hosts from resources added after the initial DOM load #1

Open johnbillion opened 9 years ago

johnbillion commented 9 years ago

We're currently only recording hosts from resources which are present when the DOM is ready. We should continually poll for new resources added to the page, or see if there's an event we can use in the Performance API which triggers when new resources are added.