Skip to content

Commit 43998c1

Browse files
Chrome 145 / Firefox 148 add CookieStore.set() maxAge option (#29197)
* Chrome 145 CookieStore.set() maxAge option * Update api/CookieStore.json Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com> --------- Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com>
1 parent 9e50178 commit 43998c1

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

api/CookieStore.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,39 @@
522522
"deprecated": false
523523
}
524524
},
525+
"maxAge_option": {
526+
"__compat": {
527+
"description": "`maxAge` option",
528+
"spec_url": "https://cookiestore.spec.whatwg.org/#dom-cookieinit-maxage",
529+
"support": {
530+
"chrome": {
531+
"version_added": "145"
532+
},
533+
"chrome_android": "mirror",
534+
"edge": "mirror",
535+
"firefox": {
536+
"version_added": "148"
537+
},
538+
"firefox_android": "mirror",
539+
"oculus": "mirror",
540+
"opera": "mirror",
541+
"opera_android": "mirror",
542+
"safari": {
543+
"version_added": false,
544+
"impl_url": "https://webkit.org/b/303549"
545+
},
546+
"safari_ios": "mirror",
547+
"samsunginternet_android": "mirror",
548+
"webview_android": "mirror",
549+
"webview_ios": "mirror"
550+
},
551+
"status": {
552+
"experimental": false,
553+
"standard_track": true,
554+
"deprecated": false
555+
}
556+
}
557+
},
525558
"partitioned_option": {
526559
"__compat": {
527560
"description": "`partitioned` option",

0 commit comments

Comments
 (0)