blob: 46c89ee8e40ce4cc8ffeeaa8dedb3614e205c539 [file] [edit]
// 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;
};