Skip to content

Commit 20ea24b

Browse files
authored
Add empty dictionary default value for requestFullscreen (#158)
Closes #157.
1 parent 2a9e7a5 commit 20ea24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fullscreen.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ dictionary <dfn>FullscreenOptions</dfn> {
176176
};
177177

178178
partial interface Element {
179-
Promise&lt;void> requestFullscreen(optional FullscreenOptions options);
179+
Promise&lt;void> requestFullscreen(optional FullscreenOptions options = {});
180180

181181
attribute EventHandler onfullscreenchange;
182182
attribute EventHandler onfullscreenerror;

0 commit comments

Comments
 (0)