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

On Tue, Oct 1, 2013 at 7:06 PM, Boris Zbarsky <bzbarsky@mit.edu> wrote:
> On 10/1/13 10:05 PM, Arvind Jain wrote:
>>
>> And re. Performance extending EventTarget, do we have to do it?
>
> If you want to fire events at it, then you do....

Can we instead use
http://www.w3.org/TR/WebIDL/#idl-implements-statements, so the new
spec has:
    partial interface Performance {
       ...
    }
    Performance implements EventTarget;

So, window.performance.addEventListener(...) is still possible.

Received on Thursday, 10 October 2013 23:56:47 UTC