ServiceWorker: add missing jsdoc comment to expandNotification

environments/review-sw-typescr-g2a40b/deployments/87
Alex Gleason 2022-05-26 17:21:38 -04:00
rodzic b8cfb567d1
commit 5c549a46e5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -206,6 +206,7 @@ const findBestClient = (clients: readonly WindowClient[]): WindowClient => {
return focusedClient || visibleClient || clients[0];
};
/** Update a notification with CW to display the full status. */
const expandNotification = (notification: Notification) => {
const newNotification = cloneNotification(notification);