blob: 55b6a86f9fd0d8569d798621aab990268b3cab0c (
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>
|