blob: 082a724625ae619b403eea9fafa58f7cb463a18e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<html>
<head>
<script>
function request() {
window.webkitNotifications.requestPermission();
return true;
}
</script>
</head>
<body>
Standing by to request permission...
</body>
</html>
|