File tree Expand file tree Collapse file tree 2 files changed +82
-0
lines changed Expand file tree Collapse file tree 2 files changed +82
-0
lines changed Original file line number Diff line number Diff line change 1189
1189
}
1190
1190
}
1191
1191
},
1192
+ "tag" : {
1193
+ "__compat" : {
1194
+ "description" : " `tag` key" ,
1195
+ "tags" : [
1196
+ " web-features:speculation-rules"
1197
+ ],
1198
+ "support" : {
1199
+ "chrome" : {
1200
+ "version_added" : " 136"
1201
+ },
1202
+ "chrome_android" : " mirror" ,
1203
+ "edge" : " mirror" ,
1204
+ "firefox" : {
1205
+ "version_added" : false
1206
+ },
1207
+ "firefox_android" : " mirror" ,
1208
+ "ie" : {
1209
+ "version_added" : false
1210
+ },
1211
+ "oculus" : " mirror" ,
1212
+ "opera" : " mirror" ,
1213
+ "opera_android" : " mirror" ,
1214
+ "safari" : {
1215
+ "version_added" : false
1216
+ },
1217
+ "safari_ios" : " mirror" ,
1218
+ "samsunginternet_android" : " mirror" ,
1219
+ "webview_android" : {
1220
+ "version_added" : false
1221
+ },
1222
+ "webview_ios" : " mirror"
1223
+ },
1224
+ "status" : {
1225
+ "experimental" : true ,
1226
+ "standard_track" : true ,
1227
+ "deprecated" : false
1228
+ }
1229
+ }
1230
+ },
1192
1231
"urls" : {
1193
1232
"__compat" : {
1194
1233
"description" : " `urls` key" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "http" : {
3
+ "headers" : {
4
+ "Sec-Speculation-Tags" : {
5
+ "__compat" : {
6
+ "spec_url" : " https://wicg.github.io/nav-speculation/prefetch.html#sec-speculation-tags-header" ,
7
+ "tags" : [
8
+ " web-features:speculation-rules"
9
+ ],
10
+ "support" : {
11
+ "chrome" : {
12
+ "version_added" : " 136"
13
+ },
14
+ "chrome_android" : " mirror" ,
15
+ "edge" : " mirror" ,
16
+ "firefox" : {
17
+ "version_added" : false
18
+ },
19
+ "firefox_android" : " mirror" ,
20
+ "ie" : {
21
+ "version_added" : false
22
+ },
23
+ "oculus" : " mirror" ,
24
+ "opera" : " mirror" ,
25
+ "opera_android" : " mirror" ,
26
+ "safari" : {
27
+ "version_added" : false
28
+ },
29
+ "safari_ios" : " mirror" ,
30
+ "samsunginternet_android" : " mirror" ,
31
+ "webview_android" : " mirror" ,
32
+ "webview_ios" : " mirror"
33
+ },
34
+ "status" : {
35
+ "experimental" : true ,
36
+ "standard_track" : true ,
37
+ "deprecated" : false
38
+ }
39
+ }
40
+ }
41
+ }
42
+ }
43
+ }
You can’t perform that action at this time.
0 commit comments