DNA
DNA11mo ago

Access `navigator.geolocation` in deno runtime

Hello, is it possible to access navigator.geolocation in the deno runtime?
6 Replies
ioB
ioB11mo ago
no
DNA
DNA11mo ago
So id need to use eg. webviews?
ioB
ioB11mo ago
you would have to use some library
DNA
DNA11mo ago
Do you know one?
ioB
ioB11mo ago
I am not aware of any
Esente
Esente11mo ago
You can use Cloudflare worker on top. CF provides the geolocation data for the handler.