Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
refs/heads/css-build-system-update
/
.
/
interfaces
/
proximity.idl
blob: 8939729054432b7c01843caca7a50dbf262fd83b [
file
] [
log
] [
blame
] [
edit
]
[
Constructor
(
optional
SensorOptions
sensorOptions
),
SecureContext
,
Exposed
=
Window
]
interface
ProximitySensor
:
Sensor
{
readonly
attribute
double
?
distance
;
readonly
attribute
double
?
max
;
readonly
attribute
boolean
?
near
;
};