[IndexedDB] Event handlers

Hi,

The IDB specification still uses IDL like

   [TreatNonCallableAsNull] attribute Function? onsuccess;

for its event handlers. Current practice is to use

   attribute EventHandler onsuccess;

Please update the specification.

Thanks,
Ms2ger

Received on Monday, 21 January 2013 14:22:57 UTC