Sign in
◑
Theme
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
23f1d29063a8db18bcd50ef9cfab2c40df25c3f0
/
.
/
Tools
/
TestWebKitAPI
/
Resources
/
geolocationGetCurrentPositionWithHighAccuracy.html
blob: 26a314858ad1c6069e398b3fbf0e8a0883bc68c6 [
file
]
<script>
navigator
.
geolocation
.
getCurrentPosition
(
function
()
{
},
function
()
{},
{
enableHighAccuracy
:
true
});
</script>