Expose onvisibilitychange

This commit is contained in:
Manish Goregaokar 2019-10-11 16:02:07 -07:00
parent d90317cfe4
commit 49a8ed0e9e
3 changed files with 11 additions and 5 deletions

View file

@ -42,5 +42,5 @@ interface XRSession : EventTarget {
// attribute EventHandler oninputsourceschange;
attribute EventHandler onselectstart;
attribute EventHandler onselectend;
// attribute EventHandler onvisibilitychange;
attribute EventHandler onvisibilitychange;
};