Source code
Revision control
Copy as Markdown
Other Tools
/* eslint-env serviceworker */
onnotificationclick = () => {
clients.openWindow("empty.html");
};
/* eslint-env serviceworker */
onnotificationclick = () => {
clients.openWindow("empty.html");
};