File tree Expand file tree Collapse file tree 4 files changed +50
-4
lines changed Expand file tree Collapse file tree 4 files changed +50
-4
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
- draft_date : 2025-05-19
1
+ draft_date : 2025-07-17
2
2
name : Web Audio API 1.1
3
3
description : TODO
4
4
spec : https://webaudio.github.io/web-audio-api/
5
5
compat_features :
6
6
- api.AudioWorklet.port
7
+ - api.BaseAudioContext.state.interrupted
7
8
8
9
# The following features in the spec are already part of web-features:
9
10
# - Web Audio:
Original file line number Diff line number Diff line change 3
3
4
4
status:
5
5
baseline: false
6
- support:
7
- firefox: "138"
8
- firefox_android: "138"
6
+ support: {}
9
7
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"
10
19
- api.AudioWorklet.port
You can’t perform that action at this time.
0 commit comments