Sign in
◑
Theme
chromium
/
chromium
/
src
/
ef290da170d481d1ef1c9ca4e11d156cfaf09afe
/
.
/
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>