[sensors] Should update sensor reading task be in sync with latest reading?

alexshalamov has just created a new issue for https://github.com/w3c/sensors:

== Should update sensor reading task be in sync with latest reading? ==
When sensor reading is changed, new ‘update sensor reading’ task is scheduled. When queued task is executed, last reading might change from the time when task was created.
 
Should 'update sensor reading task' use reading at the time of task creation or 'latest reading' when task is executed? (in Chromium we do latter, might reduce latency due to queue processing delay)

Would be good to reflect that in spec.


Please view or discuss this issue at https://github.com/w3c/sensors/issues/220 using your GitHub account

Received on Saturday, 27 May 2017 11:23:27 UTC