- From: Tobie Langel via GitHub <sysbot+gh@w3.org>
- Date: Tue, 16 Jun 2015 20:59:10 +0000
- To: public-device-apis@w3.org
@pablochacin so you're suggesting something like:
```webidl
interface BarometerSensorReading : SensorReading {
readonly attribute double? pressure;
readonly attribute double? rawPressure;
readonly attribute double? altitude;
};
```
Doesn't that might have some performance cost in some circumstances?
--
GitHub Notif of comment by tobie
See https://github.com/w3c/sensors/issues/51#issuecomment-112568413
Received on Tuesday, 16 June 2015 20:59:12 UTC