()
| 10 | } |
| 11 | |
| 12 | const handler = (): void => { |
| 13 | if (window.document.fullscreenElement === null) { |
| 14 | onExit?.() |
| 15 | } |
| 16 | } |
| 17 | |
| 18 | try { |
| 19 | window.document.body.requestFullscreen().then(() => { |
no outgoing calls
no test coverage detected
searching dependent graphs…