https://github.com/web-platform-tests/wpt
Raw File
Tip revision: eac64242d8fcfad1e7269e9db4bbd1be879f838d authored by Luke Bjerring on 05 April 2018, 15:54:05 UTC
Fix service-worker window test
Tip revision: eac6424
ambient-light.idl
[Constructor(optional SensorOptions sensorOptions), SecureContext, Exposed=Window]
interface AmbientLightSensor : Sensor {
  readonly attribute double? illuminance;
};
back to top