w3c / geolocation

W3C Geolocation API
https://www.w3.org/TR/geolocation/
81 stars 56 forks source link

Callbacks are invoked while in parallel #80

Closed annevk closed 3 years ago

annevk commented 3 years ago

If I'm reading https://w3c.github.io/geolocation-api/#dfn-request-position correctly it goes in parallel in step 2.3 (it might be clearer to not return and say "run these steps in parallel: [substeps]") and then tries to invoke a callback in 3.1.1 at least without queuing a task.