Support end events and end()

This commit is contained in:
Manish Goregaokar 2019-07-19 16:23:03 -07:00
parent 638cc92e89
commit b66cbd364a
7 changed files with 62 additions and 14 deletions

View file

@ -38,7 +38,7 @@ interface XRSession : EventTarget {
// // Events
// attribute EventHandler onblur;
// attribute EventHandler onfocus;
// attribute EventHandler onend;
attribute EventHandler onend;
// attribute EventHandler onselect;
// attribute EventHandler oninputsourceschange;
// attribute EventHandler onselectstart;