Skip to content

Commit 2815e86

Browse files
committed
update README with current state of payload support
1 parent 4870449 commit 2815e86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ As it is standardized, you don't have to worry about what server type it relies
1111

1212
__*Currently, WebPush doesn't support payloads at all.
1313
It is under development (see ["payload" branch](https://github.com/Minishlink/web-push/tree/payload)).*__
14+
Development of payload support is stopped until [this PHP bug](https://bugs.php.net/bug.php?id=67304) is fixed.
15+
If you need to show custom info in your notifications, you will have to fetch this info from your server in your Service
16+
Worker when displaying the notification (see [this example](https://github.com/Minishlink/physbook/blob/e98ac7c3b7dd346eee1f315b8723060e8a3fc5cb/web/service-worker.js#L75)).
1417

1518
```php
1619
<?php

0 commit comments

Comments
 (0)