ServiceWorker: add missing jsdoc comment to expandNotification

This commit is contained in:
Alex Gleason
2022-05-26 17:21:38 -04:00
parent b8cfb567d1
commit 5c549a46e5

View File

@ -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);