Bug 1036851 - Part 1: Add ready event (webidl). r=khuey,hsinyi

This commit is contained in:
Szu-Yu Chen [:aknow] 2014-07-21 19:17:00 +02:00
parent 0cb0bb7acf
commit d4f90f5362

View File

@ -42,6 +42,9 @@ interface Telephony : EventTarget {
readonly attribute CallsList calls;
readonly attribute TelephonyCallGroup conferenceGroup;
// The 'ready' event will be fired when the telephony object is ready.
attribute EventHandler onready;
attribute EventHandler onincoming;
attribute EventHandler oncallschanged;
attribute EventHandler onremoteheld;