Re: [sensors] Don't allocate response objects to avoid triggering GC

> Just to clarify, gyro.x is a getter for the last, asynchronously 
polled x value of the gyroscope, which is stored in a shared memory 
buffer. It is not a sync poller.

Indeed, this is just accessor to latest available data.
If it would pull actual data, it then shall be a method to clearly 
indicate that there is logic going on behind the scenes, as it would 
block JS thread probably.

-- 
GitHub Notification of comment by Maksims
Please view or discuss this issue at 
https://github.com/w3c/sensors/issues/153#issuecomment-265212567 using
 your GitHub account

Received on Tuesday, 6 December 2016 17:34:36 UTC