Skip to content

Commit e4d1b95

Browse files
committed
newsletter: Add section on Geolocation
1 parent 5ea70f5 commit e4d1b95

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
128 KB
Loading

src/content/newsletters/2025-06-30.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ fonts or those using incremental transfer. ([PR #4983](https://github.com/Ladybi
5656
when the WebContent process exited, making it work similarly to [session storage](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage). This is particularly useful for websites
5757
that store access tokens in local storage, such as Discord.
5858

59+
### Geolocation
60+
61+
The Geolocation API allows websites to request and monitor the user's physical location, speed and heading. We have
62+
added preliminary support for this API in Ladybird, only returning a single emulated position for now. In the future we
63+
will hook this up to the system's location services together with the necessary permissions and privacy settings.
64+
65+
![](/assets/img/newsletter-june-2025-geolocation.png)
66+
5967
### Credits
6068

6169
We'd like to thank everyone who contributed code this month:

0 commit comments

Comments
 (0)