angular/packages/service-worker/worker/testing
arturovt c67dbda8ff feat(service-worker): support notification closes (#61442)
In this commit, support for `notificationclose` events has been added to the service worker Driver.

When a notification is closed (either by user dismissal or programmatically), the Driver now captures the event, extracts the relevant notification options, and broadcasts a `NOTIFICATION_CLOSE` message to clients. This ensures the application is aware of notification lifecycle events and can react accordingly.

PR Close #61442
2025-06-03 15:02:12 -04:00
..
BUILD.bazel build: use common macro to define tsconfig for service worker (#61341) 2025-05-14 10:43:25 -07:00
cache.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
clients.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
events.ts build: remove usages of useDefineForClassFields: false (#58297) 2024-10-28 12:26:05 -07:00
fetch.ts fix(service-worker): assign initializing client's app version, when a request is for worker script (#58131) 2025-04-02 14:23:52 +00:00
mock.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
scope.ts feat(service-worker): support notification closes (#61442) 2025-06-03 15:02:12 -04:00
utils.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00