Skip to content

Commit a76c92d

Browse files
Elchi3ddbeck
andauthored
Add Cookies (#2236)
* Add Cookies * Update features/cookies.yml Co-authored-by: Daniel D. Beck <[email protected]> --------- Co-authored-by: Daniel D. Beck <[email protected]>
1 parent 4b8e5d4 commit a76c92d

File tree

2 files changed

+18
-9
lines changed

2 files changed

+18
-9
lines changed

features/draft/spec/rfc6265.yml renamed to features/cookies.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
draft_date: 2024-10-21
2-
name: HTTP State Management Mechanism
3-
description: TODO
1+
name: Cookies
2+
description: The `Set-Cookie` HTTP header stores limited amounts of data that persist across request and response, creating shared state between the browser and server.
43
spec: https://httpwg.org/specs/rfc6265.html
4+
status:
5+
compute_from: http.headers.Cookie
56
compat_features:
7+
- api.Document.cookie
68
- http.headers.Cookie
79
- http.headers.Set-Cookie
810
- http.headers.Set-Cookie.HttpOnly

features/draft/spec/rfc6265.yml.dist renamed to features/cookies.yml.dist

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
1-
# Generated from: rfc6265.yml
1+
# Generated from: cookies.yml
22
# Do not edit this file by hand. Edit the source file instead!
33

44
status:
5-
baseline: false
5+
baseline: high
6+
baseline_low_date: 2015-07-29
7+
baseline_high_date: 2018-01-29
68
support:
7-
chrome: "91"
8-
chrome_android: "91"
9-
edge: "91"
9+
chrome: "1"
10+
chrome_android: "18"
11+
edge: "12"
12+
firefox: "1"
13+
firefox_android: "4"
14+
safari: "1"
15+
safari_ios: "1"
1016
compat_features:
17+
# ⬇️ Same status as overall feature ⬇️
1118
# baseline: high
1219
# baseline_low_date: 2015-07-29
1320
# baseline_high_date: 2018-01-29
@@ -19,6 +26,7 @@ compat_features:
1926
# firefox_android: "4"
2027
# safari: "1"
2128
# safari_ios: "1"
29+
- api.Document.cookie
2230
- http.headers.Cookie
2331
- http.headers.Set-Cookie
2432
- http.headers.Set-Cookie.Max-Age
@@ -93,7 +101,6 @@ compat_features:
93101
# edge: "86"
94102
- http.headers.Set-Cookie.SameSite.Lax_default
95103

96-
# ⬇️ Same status as overall feature ⬇️
97104
# baseline: false
98105
# support:
99106
# chrome: "91"

0 commit comments

Comments
 (0)