blob: f09aa93c58105abea3be2c14daea60e03131a11f [file] [log] [blame]
<!DOCTYPE html>
<html>
<script>
function requestGeolocation() {
navigator.geolocation.getCurrentPosition(function(){});
}
requestGeolocation();
document.onload = function() {
setTimeout(Notification.requestPermission, 0);
};
</script>
<body>
</body>
</html>