@@ -8,11 +8,14 @@ status:
88 chrome_android: "87"
99 edge: "87"
1010compat_features:
11- # baseline: false
11+ # baseline: low
12+ # baseline_low_date: 2025-06-24
1213 # support:
1314 # chrome: "87"
1415 # chrome_android: "87"
1516 # edge: "87"
17+ # firefox: "140"
18+ # firefox_android: "140"
1619 # safari: "18.4"
1720 # safari_ios: "18.4"
1821 - api.CookieChangeEvent
@@ -34,20 +37,28 @@ compat_features:
3437 - api.ServiceWorkerGlobalScope.cookieStore
3538 - api.Window.cookieStore
3639
37- # ⬇️ Same status as overall feature ⬇️
3840 # baseline: false
3941 # support:
4042 # chrome: "87"
4143 # chrome_android: "87"
4244 # edge: "87"
43- - api.CookieStore.get.domain_return_property
44- - api.CookieStore.get.expires_return_property
45- - api.CookieStore.get.path_return_property
46- - api.CookieStore.get.sameSite_return_property
47- - api.CookieStore.get.secure_return_property
45+ # firefox: "140"
46+ # firefox_android: "140"
4847 - api.CookieStoreManager
4948 - api.CookieStoreManager.getSubscriptions
5049 - api.CookieStoreManager.subscribe
5150 - api.CookieStoreManager.unsubscribe
5251 - api.ServiceWorkerGlobalScope.cookiechange_event
5352 - api.ServiceWorkerRegistration.cookies
53+
54+ # ⬇️ Same status as overall feature ⬇️
55+ # baseline: false
56+ # support:
57+ # chrome: "87"
58+ # chrome_android: "87"
59+ # edge: "87"
60+ - api.CookieStore.get.domain_return_property
61+ - api.CookieStore.get.expires_return_property
62+ - api.CookieStore.get.path_return_property
63+ - api.CookieStore.get.sameSite_return_property
64+ - api.CookieStore.get.secure_return_property
0 commit comments