Skip to content
Tech News
← Back to articles

June in Servo: real world compat, media queries, SharedWorker, and more

read original more articles
Why This Matters

Servo 0.4.0's June update marks significant progress in web platform features, DOM APIs, and security enhancements, reflecting the project's ongoing growth and commitment to innovation. The new tools and APIs improve compatibility and performance, making Servo more appealing for developers and users alike.

Key Takeaways

We now have a new way for you to help us write the monthly updates :)

Servo 0.4.0 contains all of the changes we landed in June, which came out to yet another record 558 commits (April: 534, May: 391). For security fixes, see § Security.

We’ve shipped several new web platform features:

Plus a bunch of new DOM APIs:

This is another big update, so here’s an outline:

You can help!

Servo is steadily becoming a bigger and busier project every month, and by June 2026, we’ve been reading through over four times the commits as we did when we started in September 2023.

This is hard work, particularly since there are things we need to know that are often difficult to answer just by reading the changes:

Who does the change affect , if anyone? Does it affect users, Servo developers, embedders, or some other group?

What observable difference does the change make , if any?

... continue reading