Sign in
chromium
/
chromium
/
src.git
/
20e8909e694cab857da21d8fe9d5f1da170eaae2
/
.
/
chrome
/
test
/
data
/
notifications
/
notifications_request_function.html
blob: 1d7b4efcd0c99823240139378e62c3dbdb0fe07e [
file
]
<html>
<head>
<script>
function
request
()
{
Notification
.
requestPermission
();
return
true
;
}
</script>
</head>
<body>
Standing by to request permission...
</body>
</html>