[ResourceTiming] onresourcetimingbufferfull attribute type

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 Wednesday, 10 July 2013 09:45:43 UTC