servo/tests/wpt/web-platform-tests/interfaces/ambient-light.idl

4 lines
168 B
Text

[Constructor(optional SensorOptions sensorOptions), SecureContext, Exposed=Window]
interface AmbientLightSensor : Sensor {
readonly attribute double? illuminance;
};