Re: [w3c/push-api] Make PushSubscription.expirationTime mandatory (#302)

> still the only way to detect this is if request from my app server to push server returns 410?

Unfortunately yes, that is the main method and requires a push to the subscription. 
Or you can also listen for `pushsubscriptionchange` and remove the old subscription (but this can be applied only to some situations).

-- 
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/issues/302#issuecomment-621895818

Received on Thursday, 30 April 2020 14:40:10 UTC