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

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