Skip to content

Commit 205bb35

Browse files
Pin speculation-rules to the script type (#3007)
1 parent 3914787 commit 205bb35

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

features/speculation-rules.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ description: Speculation rules are hints to the browser to proactively download
33
spec:
44
- https://wicg.github.io/nav-speculation/speculation-rules.html
55
- https://wicg.github.io/nav-speculation/prerendering.html
6+
status:
7+
compute_from: html.elements.script.type.speculationrules

features/speculation-rules.yml.dist

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
status:
55
baseline: false
66
support:
7-
chrome: "136"
8-
chrome_android: "136"
7+
chrome: "109"
8+
chrome_android: "109"
9+
edge: "109"
910
compat_features:
1011
# baseline: false
1112
# support:
@@ -22,6 +23,7 @@ compat_features:
2223
- api.Document.prerendering
2324
- api.Document.prerenderingchange_event
2425

26+
# ⬇️ Same status as overall feature ⬇️
2527
# baseline: false
2628
# support:
2729
# chrome: "109"

0 commit comments

Comments
 (0)