mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
6 lines
232 B
Text
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;
|
|
};
|