tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

ambient-light.idl (377B)


      1 // GENERATED CONTENT - DO NOT EDIT
      2 // Content was automatically extracted by Reffy into webref
      3 // (https://github.com/w3c/webref)
      4 // Source: Ambient Light Sensor (https://w3c.github.io/ambient-light/)
      5 
      6 [SecureContext, Exposed=Window]
      7 interface AmbientLightSensor : Sensor {
      8  constructor(optional SensorOptions sensorOptions = {});
      9  readonly attribute double? illuminance;
     10 };