| 27 | }; |
| 28 | |
| 29 | interface Window { |
| 30 | /** |
| 31 | * @deprecated |
| 32 | * @see @link https://developer.mozilla.org/en-US/docs/Web/API/Window/fullScreen |
| 33 | */ |
| 34 | fullScreen: boolean; |
| 35 | } |
| 36 | |
| 37 | interface Document { |
| 38 | webkitIsFullScreen: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected