nikita-usichenko
Results
1
issues of
nikita-usichenko
Hi, I tried to wrap Geolocation.getCurrentPosition to promise to have possibility use it with async await. It looks like this: const getCurrentPosition = (): Promise => new Promise((resolve, reject) =>...