Virtually Attend FOSDEM 2026

Implementing Streams Spec in Servo web engine

2026-01-31T17:45:00+01:00 for 00:30

The old Servo Streams implementation was relying on SpiderMonkey’s own stream implementation. In the latest SpiderMonkey versions, that stream implementation was removed, which prevented us from updating the version in Servo. So we reimplemented the Streams spec without the built-in SpiderMonkey implementation, and we ended up implementing WritableStream and TransformStream.

Servo repo: https://github.com/servo/servo

View on FOSDEM site