Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
134 changes: 131 additions & 3 deletions http/headers/Accept-CH.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
"experimental": false,
"standard_track": false,
"deprecated": true
}
}
},
Expand Down Expand Up @@ -126,6 +126,70 @@
}
}
},
"Sec-CH-Device-Memory": {
"__compat": {
"description": "`Sec-CH-Device-Memory` token",
"spec_url": "https://www.w3.org/TR/device-memory/#iana-device-memory",
"support": {
"chrome": {
"version_added": "97"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"Sec-CH-DPR": {
"__compat": {
"description": "`Sec-CH-DPR` token",
"spec_url": "https://wicg.github.io/responsive-image-client-hints/#sec-ch-dpr",
"support": {
"chrome": {
"version_added": "97"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"Sec-CH-UA": {
"__compat": {
"description": "`Sec-CH-UA` token",
Expand Down Expand Up @@ -364,6 +428,70 @@
}
}
},
"Sec-CH-Viewport-Height": {
"__compat": {
"description": "`Sec-CH-Viewport-Height` token",
"spec_url": "https://wicg.github.io/responsive-image-client-hints/#sec-ch-viewport-height",
"support": {
"chrome": {
"version_added": "105"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"Sec-CH-Viewport-Width": {
"__compat": {
"description": "`Sec-CH-Viewport-Width` token",
"spec_url": "https://wicg.github.io/responsive-image-client-hints/#sec-ch-viewport-width",
"support": {
"chrome": {
"version_added": "97"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
},
"Viewport-Width": {
"__compat": {
"description": "`Viewport-Width` token",
Expand Down
5 changes: 2 additions & 3 deletions http/headers/Device-Memory.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"__compat": {
"description": "`Device-Memory` request header",
"mdn_url": "https://developer.mozilla.org/docs/Web/HTTP/Reference/Headers/Device-Memory",
"spec_url": "https://www.w3.org/TR/device-memory/#iana-device-memory",
"tags": [
"web-features:device-memory"
],
Expand All @@ -32,8 +31,8 @@
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
"standard_track": false,
"deprecated": true
}
}
}
Expand Down
44 changes: 44 additions & 0 deletions http/headers/Sec-CH-DPR.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"http": {
"headers": {
"Sec-CH-DPR": {
"__compat": {
"description": "`Sec-CH-DPR` request header",
"spec_url": "https://wicg.github.io/responsive-image-client-hints/#sec-ch-dpr",
"support": {
"chrome": [
{
"version_added": "97"
},
{
"alternative_name": "DPR",
"version_added": "46"
}
],
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}
44 changes: 44 additions & 0 deletions http/headers/Sec-CH-Device-Memory.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"http": {
"headers": {
"Sec-CH-Device-Memory": {
"__compat": {
"description": "`Sec-CH-Device-Memory` request header",
"spec_url": "https://www.w3.org/TR/device-memory/#iana-device-memory",
"support": {
"chrome": [
{
"version_added": "97"
},
{
"alternative_name": "Device-Memory",
"version_added": "61"
}
],
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}
38 changes: 38 additions & 0 deletions http/headers/Sec-CH-Viewport-Height.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"http": {
"headers": {
"Sec-CH-Viewport-Height": {
"__compat": {
"description": "`Sec-CH-Viewport-Height` request header",
"spec_url": "https://wicg.github.io/responsive-image-client-hints/#sec-ch-viewport-height",
"support": {
"chrome": {
"version_added": "105"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}
44 changes: 44 additions & 0 deletions http/headers/Sec-CH-Viewport-Width.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"http": {
"headers": {
"Sec-CH-Viewport-Width": {
"__compat": {
"description": "`Sec-CH-Viewport-Width` request header",
"spec_url": "https://wicg.github.io/responsive-image-client-hints/#sec-ch-viewport-width",
"support": {
"chrome": [
{
"version_added": "97"
},
{
"alternative_name": "Viewport-Width",
"version_added": "46"
}
],
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": false
},
"firefox_android": "mirror",
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror",
"webview_ios": "mirror"
},
"status": {
"experimental": true,
"standard_track": true,
"deprecated": false
}
}
}
}
}
}