Skip to content

Commit c63d8f5

Browse files
committed
Fix mistake on fetchLater
1 parent a3f2892 commit c63d8f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-11-02-this-month-in-servo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories:
1010
Servo now supports several new web platform features:
1111

1212
- **CompressionStream** and **DecompressionStream** (@kkoyung, #39658)
13-
- **fetchLater** (@TimvdLippe, #39547), with `dom_abort_controller_enabled`
13+
- **fetchLater()** (@TimvdLippe, #39547)
1414

1515
**AbortController** and **AbortSignal** are now **enabled by default** (@jdm, #40079), after implementing **AbortSignal.timeout()** (@Taym95, #40032) and fixing **throwIfAborted()** on **AbortSignal** (@Taym95, #40224).
1616
If this is the first time you’ve heard of them, you might be surprised how important they are for real-world web compat!

0 commit comments

Comments
 (0)