Skip to content

Commit 72d25e2

Browse files
committed
update info on dev of payload support
1 parent c25ea27 commit 72d25e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ the [Web Push API specification](http://www.w3.org/TR/push-api/).
1010
As it is standardized, you don't have to worry about what server type it relies on.
1111

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

0 commit comments

Comments
 (0)