Skip to content

Commit

Permalink
add compat data for Critical-CH (#18389)
Browse files Browse the repository at this point in the history
* add compat data for Critical-CH

* Update http/headers/Critical-CH.json

Co-authored-by: Florian Scholz <fs@florianscholz.com>

* Update http/headers/Critical-CH.json

Co-authored-by: Florian Scholz <fs@florianscholz.com>

* Apply suggestions from code review

Co-authored-by: Florian Scholz <fs@florianscholz.com>
  • Loading branch information
chrisdavidmills and Elchi3 committed Dec 14, 2022
1 parent 3b90221 commit 5cd2d54
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions http/headers/Critical-CH.json
@@ -0,0 +1,40 @@
{
"http": {
"headers": {
"Critical-CH": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Headers/Critical-CH",
"spec_url": "https://datatracker.ietf.org/doc/html/draft-davidben-http-client-hint-reliability#name-the-critical-ch-response-he",
"support": {
"chrome": {
"version_added": "91"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}

0 comments on commit 5cd2d54

Please sign in to comment.