expirationTime property

EpochTimeStamp? get expirationTime

The expirationTime read-only property of the PushSubscription interface returns a DOMHighResTimeStamp of the subscription expiration time associated with the push subscription, if there is one, or null otherwise.

Implementation

external EpochTimeStamp? get expirationTime;