File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ dictionary FullscreenOptions {
173
173
};
174
174
175
175
partial interface Element {
176
- Promise<void > requestFullscreen(optional FullscreenOptions options = {});
176
+ Promise<undefined > requestFullscreen(optional FullscreenOptions options = {});
177
177
178
178
attribute EventHandler onfullscreenchange;
179
179
attribute EventHandler onfullscreenerror;
@@ -183,7 +183,7 @@ partial interface Document {
183
183
[LegacyLenientSetter] readonly attribute boolean fullscreenEnabled;
184
184
[LegacyLenientSetter, Unscopable] readonly attribute boolean fullscreen; // historical
185
185
186
- Promise<void > exitFullscreen();
186
+ Promise<undefined > exitFullscreen();
187
187
188
188
attribute EventHandler onfullscreenchange;
189
189
attribute EventHandler onfullscreenerror;
You can’t perform that action at this time.
0 commit comments