Re: Implementing the web timing spec

Jonas Sicking <[email protected]> Tue, 30 Mar 2010 13:41:37 -0700
Newsgroups gmane.comp.mozilla.devel.dom
Message-ID <[email protected]>
On 2/11/2010 11:13, Boris Zbarsky wrote:
> On 2/11/10 1:28 PM, Christian Biesinger wrote:
>> Would people agree this is useful, and in particular, would the DOM
>> peers be willing to accept patches to implement this spec?
>
> So the biggest issue I see here (past the fact that I'm not sure we can
> sanely get some of this information) is that any element that exposes
> this interface ends up bigger by about 100 bytes, right? That seems a
> little unfortunate....

One way to solve this would be to attach the timing data to the load 
event fired from these elements, instead of on the elements themselves.

/ Jonas