blob: 5813b5902bc64a815697f2d69d350e8e76d94ce3 [file] [log] [blame]
<head>
<script>
async function getNotifications()
{
const registration = await navigator.serviceWorker.register('shownotification-worker.js');
return registration.getNotifications({ tag: "" });
}
</script>
</head>
<body>
</body>