diff options
author | MDN <actions@users.noreply.github.com> | 2021-04-28 00:11:21 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-04-28 00:11:21 +0000 |
commit | 641a75fbc5a15724440dce3fc41c92cb1ef23699 (patch) | |
tree | 08f4322484cc405a57ae2949fe88ca812667fdeb /files/fr/orphaned/web/api/window | |
parent | 4c4eb4c4f905cef32b77d0c61205e36121d75559 (diff) | |
download | translated-content-641a75fbc5a15724440dce3fc41c92cb1ef23699.tar.gz translated-content-641a75fbc5a15724440dce3fc41c92cb1ef23699.tar.bz2 translated-content-641a75fbc5a15724440dce3fc41c92cb1ef23699.zip |
[CRON] sync translated content
Diffstat (limited to 'files/fr/orphaned/web/api/window')
-rw-r--r-- | files/fr/orphaned/web/api/window/ondevicelight/index.html | 35 |
1 files changed, 35 insertions, 0 deletions
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 +--- +<div>{{obsolete_header}}</div> + +<p>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.</p> + +<h2 id="Syntaxe">Syntaxe</h2> + +<pre class="syntaxbox notranslate">window.ondevicelight = <var>funcRef</var></pre> + +<p><code><em>funcRef</em></code> est une fonction à appeler lorsque l'événement {{event("devicelight")}} se produit. Ces événements sont de type {{domxref("DeviceLightEvent")}}.</p> + +<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2> + +<div class="hidden">Le tableau de compatibilité de cette page est généré à partir de données structurées. Si vous souhaitez contribuer aux données, veuillez consulter <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> et envoyez-nous une pull request.</div> + +<p>{{Compat("api.Window.ondevicelight")}}</p> + +<h2 id="Voir_également">Voir également</h2> + +<ul> + <li>{{event("devicelight")}}</li> + <li>{{domxref("DeviceLightEvent")}}</li> + <li><a href="/en-US/docs/Web/API/DeviceLightEvent/Using_light_events">Using Light Events</a></li> +</ul> |