This PR adds proper queuing to for tasks started while in-parallel, including a missing case from inside the requestPermission() steps.
A number of additional Bikeshed warnings are also resolved, including fixing references to Web Platform Tests and the renamed "Geolocation" specification. To add references to all existing Web Platform Tests, "fully active" checks needed to be added to the start() and requestPermission() methods. These checks are already implemented.
This PR adds proper queuing to for tasks started while in-parallel, including a missing case from inside the
requestPermission()
steps.A number of additional Bikeshed warnings are also resolved, including fixing references to Web Platform Tests and the renamed "Geolocation" specification. To add references to all existing Web Platform Tests, "fully active" checks needed to be added to the
start()
andrequestPermission()
methods. These checks are already implemented.Fixed #54.
Preview | Diff