https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 0170725516779932430e2781765e844a13cd1914 authored by Ms2ger on 29 June 2018, 08:16:04 UTC
Fix make_hosts_file tests in python 3.
Tip revision: 0170725
ambient-light.idl
// 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;
};
back to top