GoogleChromeLabs / GoogleChromeLabs/confluence

Geolocation data is wrong

Open
#462 3 comments 0 reactions 0 assignees View on GitHub
data bug
Dominant language
JavaScript
Stars
91
Forks
24
PR merge metrics
No merged PRs in 30d

Description

For example, https://web-confluence.appspot.com/#!/catalog?releases=%5B%22Edge_18.17763_Windows_10.0%22,%22Safari_12.1_OSX_10.14.4%22,%22Chrome_74.0.3729.108_Windows_10.0%22,%22Firefox_67.0_Windows_10.0%22%5D&q=%22clearWatch%22 claims that Firefox does not support "Geolocation#clearWatch", whereas `navigator.geolocation.clearWatch` exists and works perfectly fine in Firefox. Same thing for `getCurrentPosition` and `watchPosition`.

Note that `Geolocation` is `[NoInterfaceObject]` in all browsers, so getting to it via `Geolocation.prototype.clearWatch` fails in Firefox, but also in Chrome, which is claimed to support this API.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.