Skip to content

Commit c9c9574

Browse files
committed
Addition: expose .toJSON() on GeolocationPosition
1 parent 4f20815 commit c9c9574

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1029,6 +1029,7 @@ <h2>
10291029
interface GeolocationPosition {
10301030
readonly attribute GeolocationCoordinates coords;
10311031
readonly attribute EpochTimeStamp timestamp;
1032+
[Default] object toJSON();
10321033
};
10331034
</pre>
10341035
<section>

0 commit comments

Comments
 (0)