function eventHandler(event) { if (event.type == 'fullscreenchange') { /* gestire un interruttore a schermo intero */ } else /* fullscreenerror */ { /* gestire un errore di commutazione a schermo intero */ } }