We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f49761 + 498b97d commit 31748eaCopy full SHA for 31748ea
index.bs
@@ -231,8 +231,9 @@ The AmbientLightSensor Interface {#ambient-light-sensor-interface}
231
--------------------------------
232
233
<pre class="idl">
234
- [Constructor(optional SensorOptions sensorOptions = {}), SecureContext, Exposed=Window]
+ [SecureContext, Exposed=Window]
235
interface AmbientLightSensor : Sensor {
236
+ constructor(optional SensorOptions sensorOptions = {});
237
readonly attribute double? illuminance;
238
};
239
</pre>
0 commit comments