There was an error while loading. Please reload this page.
1 parent 79cc49a commit 09b48e6Copy full SHA for 09b48e6
index.html
@@ -1029,6 +1029,7 @@ <h2>
1029
interface GeolocationPosition {
1030
readonly attribute GeolocationCoordinates coords;
1031
readonly attribute EpochTimeStamp timestamp;
1032
+ [Default] object toJSON();
1033
};
1034
</pre>
1035
<section>
@@ -1110,6 +1111,7 @@ <h2>
1110
1111
readonly attribute double? altitudeAccuracy;
1112
readonly attribute double? heading;
1113
readonly attribute double? speed;
1114
1115
1116
1117
0 commit comments