From 641a75fbc5a15724440dce3fc41c92cb1ef23699 Mon Sep 17 00:00:00 2001 From: MDN Date: Wed, 28 Apr 2021 00:11:21 +0000 Subject: [CRON] sync translated content --- .../web/api/window/ondevicelight/index.html | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 files/fr/orphaned/web/api/window/ondevicelight/index.html (limited to 'files/fr/orphaned/web/api/window') diff --git a/files/fr/orphaned/web/api/window/ondevicelight/index.html b/files/fr/orphaned/web/api/window/ondevicelight/index.html new file mode 100644 index 0000000000..9cd36f9b66 --- /dev/null +++ b/files/fr/orphaned/web/api/window/ondevicelight/index.html @@ -0,0 +1,35 @@ +--- +title: Window.ondevicelight +slug: orphaned/Web/API/Window/ondevicelight +tags: + - API + - Ambient Light Events + - Experimental + - Propriété + - Reference +translation_of: Web/API/Window/ondevicelight +original_slug: Web/API/Window/ondevicelight +--- +
{{obsolete_header}}
+ +

Spécifie un écouteur d'événements pour recevoir des événements {{event ("devicelight")}}. Ces événements se produisent lorsque le capteur de niveau de lumière de l'appareil détecte une modification de l'intensité du niveau de lumière ambiante.

+ +

Syntaxe

+ +
window.ondevicelight = funcRef
+ +

funcRef est une fonction à appeler lorsque l'événement {{event("devicelight")}} se produit. Ces événements sont de type {{domxref("DeviceLightEvent")}}.

+ +

Compatibilité des navigateurs

+ + + +

{{Compat("api.Window.ondevicelight")}}

+ +

Voir également

+ + -- cgit v1.2.3-54-g00ecf