https://github.com/web-platform-tests/wpt
Raw File
Tip revision: e92ca1fad000cdc17052357ec324e6cfa20b5585 authored by Kenichi Ishibashi on 29 March 2018, 08:11:29 UTC
Remove create_file_system_file()
Tip revision: e92ca1f
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