Re: [ResourceTiming] Handling of "resourcetimingbufferfull" events makes no sense

Hi,

I just noticed this thread and I wanted to point out that since the handler of resourcetimingbufferfull is supposed to clear the buffer (so new entries can be added), having more than one handler for this event (by using addEventListener from EventTarget) is probably going to produce incorrect results for all but one of them.

-JC

Received on Tuesday, 1 October 2013 21:33:49 UTC