These no longer serve any purpose now that we run the IDLGenerator on all of these files at once.
7 lines
224 B
Text
7 lines
224 B
Text
// https://fullscreen.spec.whatwg.org/#ref-for-element
|
|
partial interface Element {
|
|
Promise<undefined> requestFullscreen();
|
|
|
|
attribute EventHandler onfullscreenchange;
|
|
attribute EventHandler onfullscreenerror;
|
|
};
|