mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
4 lines
168 B
Text
4 lines
168 B
Text
[Constructor(optional SensorOptions sensorOptions), SecureContext, Exposed=Window]
|
|
interface AmbientLightSensor : Sensor {
|
|
readonly attribute double? illuminance;
|
|
};
|