w3c / sensors

Generic Sensor API
https://www.w3.org/TR/generic-sensor/
Other
127 stars 59 forks source link

Request sensor access: remove "in parallel" block. #449

Closed rakuco closed 1 year ago

rakuco commented 1 year ago

This abstract operation is only invoked from Sensor.start(), which already calls it from an "in parallel" step. Remove it from the operation's algorithm to avoid needlessly two levels of "in parallel" steps.


Preview | Diff