mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-23 09:33:20 +00:00
11 lines
356 B
Text
11 lines
356 B
Text
![]() |
#import <Geolocation/GeolocationCoordinates.idl>
|
||
|
#import <HighResolutionTime/EpochTimeStamp.idl>
|
||
|
|
||
|
// https://w3c.github.io/geolocation/#position_interface
|
||
|
[Exposed=Window, SecureContext]
|
||
|
interface GeolocationPosition {
|
||
|
readonly attribute GeolocationCoordinates coords;
|
||
|
readonly attribute EpochTimeStamp timestamp;
|
||
|
[Default] object toJSON();
|
||
|
};
|