Skip to content

Commit efc9cc6

Browse files
Update draft features (#3156)
1 parent 433478b commit efc9cc6

File tree

4 files changed

+50
-4
lines changed

4 files changed

+50
-4
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
draft_date: 2025-07-17
2+
name: Speculation Rules
3+
description: TODO
4+
spec: https://wicg.github.io/nav-speculation/speculation-rules.html
5+
compat_features:
6+
- api.Request.destination.speculationrules
7+
8+
# The following features in the spec are already part of web-features:
9+
# - Speculation rules:
10+
# - html.elements.script.type.speculationrules
11+
# - html.elements.script.type.speculationrules.eagerness
12+
# - html.elements.script.type.speculationrules.expects_no_vary_search
13+
# - html.elements.script.type.speculationrules.prefetch
14+
# - html.elements.script.type.speculationrules.prerender
15+
# - html.elements.script.type.speculationrules.referrer_policy
16+
# - html.elements.script.type.speculationrules.relative_to
17+
# - html.elements.script.type.speculationrules.requires
18+
# - html.elements.script.type.speculationrules.requires.anonymous-client-ip-when-cross-origin
19+
# - html.elements.script.type.speculationrules.source_optional
20+
# - html.elements.script.type.speculationrules.tag
21+
# - html.elements.script.type.speculationrules.target_hint
22+
# - html.elements.script.type.speculationrules.urls
23+
# - html.elements.script.type.speculationrules.where
24+
# - http.headers.Content-Security-Policy.script-src.inline-speculation-rules
25+
# - http.headers.Speculation-Rules
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Generated from: speculation-rules.yml
2+
# Do not edit this file by hand. Edit the source file instead!
3+
4+
status:
5+
baseline: false
6+
support:
7+
chrome: "121"
8+
chrome_android: "121"
9+
edge: "121"
10+
compat_features:
11+
- api.Request.destination.speculationrules

features/draft/spec/webaudio-1-1.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
draft_date: 2025-05-19
1+
draft_date: 2025-07-17
22
name: Web Audio API 1.1
33
description: TODO
44
spec: https://webaudio.github.io/web-audio-api/
55
compat_features:
66
- api.AudioWorklet.port
7+
- api.BaseAudioContext.state.interrupted
78

89
# The following features in the spec are already part of web-features:
910
# - Web Audio:

features/draft/spec/webaudio-1-1.yml.dist

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,17 @@
33

44
status:
55
baseline: false
6-
support:
7-
firefox: "138"
8-
firefox_android: "138"
6+
support: {}
97
compat_features:
8+
# baseline: false
9+
# support:
10+
# chrome: "136"
11+
# chrome_android: "136"
12+
# edge: "136"
13+
- api.BaseAudioContext.state.interrupted
14+
15+
# baseline: false
16+
# support:
17+
# firefox: "138"
18+
# firefox_android: "138"
1019
- api.AudioWorklet.port

0 commit comments

Comments
 (0)