Add event handlers for sessionend events

This commit is contained in:
Manish Goregaokar 2019-10-03 11:40:09 -07:00
parent 2e577f7eec
commit b094ceb076
2 changed files with 12 additions and 3 deletions

View file

@ -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;
};