in www/geolocation.js [169:175]
const fail = function (e) {
clearTimeout(timers[id].timer);
const err = new PositionError(e.code, e.message);
if (errorCallback) {
errorCallback(err);
}
};