mirror of
https://github.com/servo/servo.git
synced 2025-07-01 20:43:39 +01:00
9 lines
342 B
Text
9 lines
342 B
Text
// GENERATED CONTENT - DO NOT EDIT
|
|
// Content of this file was automatically extracted from the
|
|
// "Ambient Light Sensor" spec.
|
|
// See: https://w3c.github.io/ambient-light/
|
|
|
|
[Constructor(optional SensorOptions sensorOptions), SecureContext, Exposed=Window]
|
|
interface AmbientLightSensor : Sensor {
|
|
readonly attribute double? illuminance;
|
|
};
|