Skip to content

Commit

Permalink
No-Vary-Search and expects_no_vary_search are now supported for prere…
Browse files Browse the repository at this point in the history
…nder (#25600)
  • Loading branch information
tunetheweb authored Jan 8, 2025
1 parent 1c2f03f commit bb490be
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
15 changes: 10 additions & 5 deletions html/elements/script.json
Original file line number Diff line number Diff line change
Expand Up @@ -826,11 +826,16 @@
"web-features:speculation-rules"
],
"support": {
"chrome": {
"version_added": "121",
"partial_implementation": true,
"notes": "Supported for `prefetch` only."
},
"chrome": [
{
"version_added": "127"
},
{
"version_added": "121",
"partial_implementation": true,
"notes": "Supported for `prefetch` only."
}
],
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
Expand Down
15 changes: 10 additions & 5 deletions http/headers/No-Vary-Search.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/No-Vary-Search",
"support": {
"chrome": {
"version_added": "121",
"partial_implementation": true,
"notes": "Supported for navigation prefetch cache only."
},
"chrome": [
{
"version_added": "127"
},
{
"version_added": "121",
"partial_implementation": true,
"notes": "Supported for navigation prefetch cache only."
}
],
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
Expand Down

0 comments on commit bb490be

Please sign in to comment.