mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Add event handlers for sessionend events
This commit is contained in:
parent
2e577f7eec
commit
b094ceb076
2 changed files with 12 additions and 3 deletions
|
@ -39,8 +39,8 @@ interface XRSession : EventTarget {
|
|||
// attribute EventHandler onblur;
|
||||
// attribute EventHandler onfocus;
|
||||
attribute EventHandler onend;
|
||||
// attribute EventHandler onselect;
|
||||
attribute EventHandler onselect;
|
||||
// attribute EventHandler oninputsourceschange;
|
||||
// attribute EventHandler onselectstart;
|
||||
// attribute EventHandler onselectend;
|
||||
attribute EventHandler onselectstart;
|
||||
attribute EventHandler onselectend;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue