w3c / geolocation

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

"request a position" uses "current setting object" from parallel steps. #126

Closed Ms2ger closed 1 year ago

Ms2ger commented 1 year ago

Parallel steps shouldn't be poking at global mutable state.

marcoscaceres commented 1 year ago

right, we need to "request a position" and then only switch to "in parallel" when doing the permissions check and thereafter.