w3c / geolocation

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

Editorial: fix "Queue a task" / "in parallel" usage #116

Closed marcoscaceres closed 2 years ago

marcoscaceres commented 2 years ago

Closes #114

I've made sure that the watchTasks are only ever touched on the main thread.

Also dropped the global task stuff, and used "in parallel" instead (as suggested in HTML, IIUC).

@domenic, if you have time to take a look, that would be appreciated. If not, that's ok too. We appreciate your guidance thus far.


Preview | Diff

marcoscaceres commented 2 years ago

@reillyeon thanks for the feedback!... reading over this and your comments, I think I can actually simplify all this (while also fixing #113).