mirror of
https://github.com/servo/servo.git
synced 2025-06-30 20:13:39 +01:00
11 lines
398 B
Text
11 lines
398 B
Text
// GENERATED CONTENT - DO NOT EDIT
|
|
// Content of this file was automatically extracted from the
|
|
// "Proximity Sensor" spec.
|
|
// See: https://w3c.github.io/proximity/
|
|
|
|
[Constructor(optional SensorOptions sensorOptions), SecureContext, Exposed=Window]
|
|
interface ProximitySensor : Sensor {
|
|
readonly attribute double? distance;
|
|
readonly attribute double? max;
|
|
readonly attribute boolean? near;
|
|
};
|