RE: [ResourceTiming] onresourcetimingbufferfull attribute type

Hi,

Sorry, I meant EventHandler [1], I was confused by the naming in WebKit.

Here are a few example of interfaces using EventTarget / EventHandler:
- http://www.w3.org/html/wg/drafts/html/master/webappapis.html#globaleventhandlers
- https://dvcs.w3.org/hg/IndexedDB/raw-file/default/Overview.html#idl-def-IDBRequest
- http://dev.w3.org/html5/workers/#workerglobalscope
- https://dvcs.w3.org/hg/dap/raw-file/tip/battery/Overview.html#idl-def-BatteryManager
- https://dvcs.w3.org/hg/audio/raw-file/tip/webaudio/specification.html#ScriptProcessorNode-section

Kr,
Christophe DUMEZ.

[1] http://www.w3.org/html/wg/drafts/html/master/webappapis.html#eventhandler

________________________________
From: Arvind Jain [arvind@google.com]
Sent: Thursday, July 18, 2013 05:06
To: James Simonsen
Cc: Christophe Dumez - SISA; public-web-perf@w3.org
Subject: Re: [ResourceTiming] onresourcetimingbufferfull attribute type

I don't recall any reason for why we chose Function and not EventListener. Christophe, could you point me to a spec that uses EventListener?

Arvind


On Wed, Jul 17, 2013 at 2:15 PM, James Simonsen <simonjam@google.com<mailto:simonjam@google.com>> wrote:
I was hoping someone else would chime in with a reason. If there isn't one, we should just use EventListener like everywhere else.

James


On Wed, Jul 10, 2013 at 2:45 AM, Christophe Dumez - SISA <ch.dumez@partner.samsung.com<mailto:ch.dumez@partner.samsung.com>> wrote:
Hi,

According to the latest editor draft [1] of the Resource Timing API, the Performance.onresourcetimingbufferfull attribute should be of type 'Function'. Other DOM objects seem to use the 'EventListener' type (and inherit EventTarget) for similar purposes.

Is there any reason why onresourcetimingbufferfull is not an EventListener and why the Performance does not inherit EventTarget?

Kr,
Christophe DUMEZ

[1] http://www.w3c-test.org/webperf/specs/ResourceTiming/#extensions-performance-interface

Received on Thursday, 18 July 2013 06:38:26 UTC