File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 3939 </ script >
4040 </ head >
4141 < body data-cite =
42- "secure-contexts permissions-policy permissions page-visibility-2 ">
42+ "secure-contexts permissions-policy permissions page-visibility-2 hr-time ">
4343 < section id ="abstract ">
4444 < p >
4545 The Geolocation API provides access to geographical location
674674 position</ dfn > .
675675 < ol >
676676 < 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.
679678 </ li >
680679 < li > If |options|.{{PositionOptions/maximumAge}} is greater
681680 than 0, and |cachedPosition| is not null:
926925 [Exposed=Window, SecureContext]
927926 interface GeolocationPosition {
928927 readonly attribute GeolocationCoordinates coords;
929- readonly attribute DOMTimeStamp timestamp;
928+ readonly attribute EpochTimeStamp timestamp;
930929 };
931930 </ pre >
932931 < section >
You can’t perform that action at this time.
0 commit comments