Re: Resource timing events

That's not really covered by the spec. We just report what's been loaded.
We assume the developer knows where each resource is loaded and can attach
event listeners to their load events. Even if they don't, they ought to be
able to use event capture to get all of the resource load events.

James


On Wed, May 29, 2013 at 11:59 AM, Chase Douglas <chase@newrelic.com> wrote:

> Hi all,
>
> I'm researching uses for the resource timing spec, but I'm not seeing how
> to listen to some event to tell me when resources are loading or have been
> loaded. For example, how can I tell when some image has been loaded by a
> script adding an img tag. Perhaps this is part of a different spec, or some
> other obvious mechanism I'm missing?
>
> Thanks!
>
> -- Chase
>
>

Received on Thursday, 30 May 2013 23:28:28 UTC