Window: cookieStore property
Baseline 2025Newly available
Since June 2025, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.
Secure context: This feature is available only insecure contexts (HTTPS), in some or allsupporting browsers.
ThecookieStore read-only property of theWindow interface returns a reference to theCookieStore object for the current document context. This is an entry point for theCookie Store API.
In this article
Value
ACookieStore object instance.
Specifications
| Specification |
|---|
| Cookie Store API> # dom-window-cookiestore> |