https://github.com/web-platform-tests/wpt
Raw File
Tip revision: e803257f327d543467241723edd21215fbcb2fc3 authored by Tom Anderson on 30 March 2018, 19:57:10 UTC
Replace Arial with Arimo GCS font
Tip revision: e803257
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