servo/tests/wpt/web-platform-tests/interfaces/proximity.idl

6 lines
232 B
Text

[Constructor(optional SensorOptions sensorOptions), SecureContext, Exposed=Window]
interface ProximitySensor : Sensor {
readonly attribute double? distance;
readonly attribute double? max;
readonly attribute boolean? near;
};