https://github.com/web-platform-tests/wpt
Raw File
Tip revision: daf7e346de277a52f014f37cd2b13fc94ff3d866 authored by Geoffrey Sneddon on 30 April 2018, 22:43:50 UTC
fixup! Fix #2669: Add alternate_hosts
Tip revision: daf7e34
proximity.idl
[Constructor(optional SensorOptions sensorOptions), SecureContext, Exposed=Window]
interface ProximitySensor : Sensor {
  readonly attribute double? distance;
  readonly attribute double? max;
  readonly attribute boolean? near;
};
back to top