- From: Peter Beverloo <notifications@github.com>
- Date: Tue, 11 Apr 2017 15:05:06 -0700
- To: w3c/push-api <push-api@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 11 April 2017 22:06:01 UTC
The expiration time of a push subscription indicates the time, in milliseconds since the UNIX epoch (UTC), at which the subscription will be deactivated. This is an important addition for user agents that refresh their subscriptions, as it gives the developer knowledge of a final time after which they can garbage collect the stored subscriptions if the user has not communicated the details of the refreshed subscription. Fixes #86 You can view, comment on, or merge this pull request online at: https://github.com/w3c/push-api/pull/248 -- Commit Summary -- * Add PushSubscription.expirationTime -- File Changes -- M index.html (36) -- Patch Links -- https://github.com/w3c/push-api/pull/248.patch https://github.com/w3c/push-api/pull/248.diff -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/push-api/pull/248
Received on Tuesday, 11 April 2017 22:06:01 UTC