You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@ the [Web Push API specification](http://www.w3.org/TR/push-api/).
10
10
As it is standardized, you don't have to worry about what server type it relies on.
11
11
12
12
__*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.*__
14
15
Development of payload support is stopped until [this PHP bug](https://bugs.php.net/bug.php?id=67304) is fixed.
15
16
If you need to show custom info in your notifications, you will have to fetch this info from your server in your Service
16
17
Worker when displaying the notification (see [this example](https://github.com/Minishlink/physbook/blob/e98ac7c3b7dd346eee1f315b8723060e8a3fc5cb/web/service-worker.js#L75)).
0 commit comments