angular/packages/service-worker/test
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
comm_spec.ts feat(service-worker): support notification closes (#61442) 2025-06-03 15:02:12 -04:00
integration_spec.ts refactor(service-worker): convert scripts within packages/service-worker to relative imports (#60238) 2025-03-26 20:35:10 -07:00
provider_spec.ts fix(service-worker): do not register service worker if app is destroyed before it is ready to register (#61101) 2025-05-22 10:02:39 -07:00