- From: Sreeram Ramachandran <sreeram@google.com>
- Date: Thu, 10 Oct 2013 16:55:39 -0700
- To: Boris Zbarsky <bzbarsky@mit.edu>
- Cc: Arvind Jain <arvind@google.com>, Jatinder Mann <jmann@microsoft.com>, public-web-perf <public-web-perf@w3.org>
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