#import // https://fullscreen.spec.whatwg.org/#ref-for-element partial interface Element { Promise requestFullscreen(); attribute EventHandler onfullscreenchange; attribute EventHandler onfullscreenerror; };