mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1036851 - Part 1: Add ready event (webidl). r=khuey,hsinyi
This commit is contained in:
parent
0cb0bb7acf
commit
d4f90f5362
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user