Skip to content

Commit e583a11

Browse files
committed
doc: add note about declarative webpush
1 parent bdd71e7 commit e583a11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ class AccountApproved extends Notification
107107
}
108108
```
109109

110+
### Declarative Web Push messages
111+
112+
> **Note:** The specification for Declarative Web Push messages is still evolving and may change in the future. Browser support for this functionality is currently limited and may vary across platforms.
113+
110114
This package also supports [Declarative Web Push messages](https://www.w3.org/TR/push-api/#declarative-push-message), which aim to reduce the complexity of using push on the web in general and address some challenges of generic web push notifications like privacy concerns & battery life on mobile by making a client-side service worker optional while remaining fully backwards compatible:
111115

112116
```php

0 commit comments

Comments
 (0)