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
@@ -179,6 +180,7 @@ any of the following values defined, although none of them are required.
179
180
request only. This overrides any API key set via `setGCMAPIKey()`.
180
181
-**vapidDetails** should be an object with *subject*, *publicKey* and
181
182
*privateKey* values defined. These values should follow the [VAPID Spec](https://tools.ietf.org/html/draft-thomson-webpush-vapid).
183
+
-**timeout** is a value in milliseconds that specifies how long the library must wait for a response from the push service before timing out (by default undefined).
182
184
-**TTL** is a value in seconds that describes how long a push message is
183
185
retained by the push service (by default, four weeks).
184
186
-**headers** is an object with all the extra headers you want to add to the request.
0 commit comments