aboutsummaryrefslogtreecommitdiff
path: root/files/fr/orphaned/web/api/window/ondevicelight/index.html
blob: 22cbbb4827e61a2ef1aa5a74c00c503068994806 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
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>

<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>