forked from web-platform-dx/web-features
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgeolocation.yml.dist
129 lines (121 loc) · 3.18 KB
/
geolocation.yml.dist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# Generated from: geolocation.yml
# Do not edit this file by hand. Edit the source file instead!
status:
baseline: high
baseline_low_date: 2015-07-29
baseline_high_date: 2018-01-29
support:
chrome: "5"
chrome_android: "18"
edge: "12"
firefox: "3.5"
firefox_android: "4"
safari: "5"
safari_ios: ≤3
compat_features:
# ⬇️ Same status as overall feature ⬇️
# baseline: high
# baseline_low_date: 2015-07-29
# baseline_high_date: 2018-01-29
# support:
# chrome: "5"
# chrome_android: "18"
# edge: "12"
# firefox: "3.5"
# firefox_android: "4"
# safari: "5"
# safari_ios: ≤3
- api.Geolocation
- api.Geolocation.clearWatch
- api.Geolocation.getCurrentPosition
- api.Geolocation.watchPosition
- api.Navigator.geolocation
# baseline: high
# baseline_low_date: 2020-01-15
# baseline_high_date: 2022-07-15
# support:
# chrome: "47"
# chrome_android: "47"
# edge: "79"
# firefox: "55"
# firefox_android: "55"
# safari: "10"
# safari_ios: "10"
- api.Navigator.geolocation.secure_context_required
# baseline: high
# baseline_low_date: 2020-01-15
# baseline_high_date: 2022-07-15
# support:
# chrome: "50"
# chrome_android: "50"
# edge: "79"
# firefox: "55"
# firefox_android: "55"
# safari: "10"
# safari_ios: "10"
- api.Geolocation.secure_context_required
# baseline: high
# baseline_low_date: 2020-07-28
# baseline_high_date: 2023-01-28
# support:
# chrome: "79"
# chrome_android: "79"
# edge: "79"
# firefox: "72"
# firefox_android: "79"
# safari: "13.1"
# safari_ios: "13.4"
- api.GeolocationCoordinates
- api.GeolocationCoordinates.accuracy
- api.GeolocationCoordinates.altitude
- api.GeolocationCoordinates.altitudeAccuracy
- api.GeolocationCoordinates.heading
- api.GeolocationCoordinates.latitude
- api.GeolocationCoordinates.longitude
- api.GeolocationCoordinates.secure_context_required
- api.GeolocationCoordinates.speed
- api.GeolocationPosition
- api.GeolocationPosition.coords
- api.GeolocationPosition.secure_context_required
- api.GeolocationPosition.timestamp
- api.GeolocationPositionError
- api.GeolocationPositionError.code
- api.GeolocationPositionError.message
- api.GeolocationPositionError.secure_context_required
# baseline: low
# baseline_low_date: 2022-09-12
# support:
# chrome: "43"
# chrome_android: "43"
# edge: "79"
# firefox: "46"
# firefox_android: "46"
# safari: "16"
# safari_ios: "16"
- api.Permissions.permission_geolocation
# baseline: low
# baseline_low_date: 2024-09-16
# support:
# chrome: "126"
# chrome_android: "126"
# edge: "126"
# firefox: "129"
# firefox_android: "129"
# safari: "18"
# safari_ios: "18"
- api.GeolocationCoordinates.toJSON
- api.GeolocationPosition.toJSON
# baseline: false
# support:
# chrome: "64"
# chrome_android: "64"
# edge: "79"
# firefox: "74"
# firefox_android: "79"
- html.elements.iframe.allow.geolocation
# baseline: false
# support:
# chrome: "88"
# chrome_android: "88"
# edge: "88"
- http.headers.Permissions-Policy.geolocation