Skip to content

Commit 5b98238

Browse files
kripodtmcw
authored andcommitted
Add Geolocation API data types (#13)
See [GeolocationPosition](https://w3c.github.io/geolocation-api/#position_interface) and [GeolocationCoordinates](https://w3c.github.io/geolocation-api/#coordinates_interface) for reference.
1 parent 498bfce commit 5b98238

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

globals-docs.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
"CompositionEvent": "https://developer.mozilla.org/docs/Web/API/CompositionEvent",
8787
"confirm": "https://developer.mozilla.org/docs/Web/API/Window/confirm",
8888
"console": "https://developer.mozilla.org/docs/Web/API/Console",
89+
"Coordinates": "https://developer.mozilla.org/docs/Web/API/Coordinates",
8990
"crypto": "https://developer.mozilla.org/docs/Web/API/Crypto",
9091
"CSS": "https://developer.mozilla.org/docs/Web/CSS",
9192
"CustomEvent": "https://developer.mozilla.org/docs/Web/API/CustomEvent/CustomEvent",
@@ -234,6 +235,7 @@
234235
"pageYOffset": "https://developer.mozilla.org/docs/Web/API/Window/scrollY",
235236
"parent": "https://developer.mozilla.org/docs/Web/HTML/Element/Input",
236237
"PopStateEvent": "https://developer.mozilla.org/docs/Web/Guide/API/DOM/Manipulating_the_browser_history",
238+
"Position": "https://developer.mozilla.org/docs/Web/API/Position",
237239
"PositionError": "https://developer.mozilla.org/docs/Web/API/PositionError",
238240
"PositionOptions": "https://developer.mozilla.org/docs/Web/API/PositionOptions",
239241
"postMessage": "https://developer.mozilla.org/docs/Web/API/Window/postMessage",

0 commit comments

Comments
 (0)