Sign in
webkit
/
WebKit
/
11ff47c39db0a1ce4f1a89cbaca4ed7514baf6a3
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WebKit2
/
geolocationWatchPositionWithHighAccuracy.html
blob: aba98fce7cf572b13bee06c36a635a9ed656ed3b [
file
] [
log
] [
blame
]
<script>
navigator
.
geolocation
.
watchPosition
(
function
()
{
},
function
()
{},
{
enableHighAccuracy
:
true
});
</script>