enhance service-worker logging, allow for filtered-push test

This commit is contained in:
2023-12-27 13:59:24 -07:00
parent 4f0a046723
commit f8d3fe2ee1
6 changed files with 85 additions and 50 deletions

View File

@@ -565,5 +565,6 @@ async function getNotificationCount() {
return result;
}
self.appendDailyLog = appendDailyLog;
self.getNotificationCount = getNotificationCount;
self.decodeBase64 = decodeBase64;