File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 39
39
</ script >
40
40
</ head >
41
41
< body data-cite =
42
- "secure-contexts permissions-policy permissions page-visibility-2 ">
42
+ "secure-contexts permissions-policy permissions page-visibility-2 hr-time ">
43
43
< section id ="abstract ">
44
44
< p >
45
45
The Geolocation API provides access to geographical location
674
674
position</ dfn > .
675
675
< ol >
676
676
< li > Let |acquisitionTime:DOMTimeStamp| be a new
677
- {{DOMTimeStamp}} that represents now in milliseconds, using
678
- 01 January, 1970 UTC as the epoch.
677
+ {{EpochTimeStamp}} that represents now.
679
678
</ li >
680
679
< li > If |options|.{{PositionOptions/maximumAge}} is greater
681
680
than 0, and |cachedPosition| is not null:
926
925
[Exposed=Window, SecureContext]
927
926
interface GeolocationPosition {
928
927
readonly attribute GeolocationCoordinates coords;
929
- readonly attribute DOMTimeStamp timestamp;
928
+ readonly attribute EpochTimeStamp timestamp;
930
929
};
931
930
</ pre >
932
931
< section >
You can’t perform that action at this time.
0 commit comments