mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| comm_spec.ts | ||
| integration_spec.ts | ||
| provider_spec.ts | ||