Cette page a été traduite à partir de l'anglais par la communauté. Vous pouvez contribuer en rejoignant la communauté francophone sur MDN Web Docs.

View in English Always switch to English

fullscreenerror

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

L'évènement fullscreenerror est déclenché lorsque le navigateur ne peut pas entrer en mode plein écran.

Informations générales

Spécification

Fullscreen

Interface
Event
Propagation

Oui

Annulable

Non

Cible
Document
Action par défaut

Aucune

Propriétés

Property Type Description
target Lecture seule EventTarget The event target (the topmost target in the DOM tree).
type Lecture seule DOMString The type of event.
bubbles Lecture seule Boolean Whether the event normally bubbles or not.
cancelable Lecture seule Boolean Whether the event is cancellable or not.

Evénements liés

Voir aussi