File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
} ;
51
51
</ script >
52
52
</ head >
53
- < body data-cite ="service-workers FILEAPI secure-contexts ">
53
+ < body data-cite ="service-workers FILEAPI secure-contexts hr-time ">
54
54
< section id ="abstract ">
55
55
< p >
56
56
The < cite > Push API</ cite > enables sending of a < a > push message</ a > to a web application via
750
750
[Exposed=(Window,Worker), SecureContext]
751
751
interface PushSubscription {
752
752
readonly attribute USVString endpoint;
753
- readonly attribute DOMTimeStamp ? expirationTime;
753
+ readonly attribute EpochTimeStamp ? expirationTime;
754
754
[SameObject] readonly attribute PushSubscriptionOptions options;
755
755
ArrayBuffer? getKey(PushEncryptionKeyName name);
756
756
Promise<boolean> unsubscribe();
760
760
761
761
dictionary PushSubscriptionJSON {
762
762
USVString endpoint;
763
- DOMTimeStamp ? expirationTime;
763
+ EpochTimeStamp ? expirationTime = null ;
764
764
record<DOMString, USVString> keys;
765
765
};
766
766
</ pre >
You can’t perform that action at this time.
0 commit comments