trisquel-icecat/icecat/dom/notification/test/browser/file_userContextId_openWindow.js
2025-10-06 02:35:48 -06:00

5 lines
101 B
JavaScript

/* eslint-env serviceworker */
onnotificationclick = () => {
clients.openWindow("empty.html");
};