https://github.com/whatwg/fullscreen/issues/123
Add ability to customize the requestFullscreen API with FullscreenOptions dictionary
Some webpages may prefer that the navigation bar is still visible when entering fullscreen mode as it can be difficult to determine how to exit fullscreen mode. Some browsers such as Samsung also make this the default. Provide the ability to a webpage to allow customization of the navigation bar via a FullscreenOptions dictionary.
Firefox: No public signals
Edge: No public signals
Safari: No public signals
Web developers: No signals
Compatibility risk
Some risk because Samsung Internet browser can use a different default value than Chrome currently uses.