Cookie store
Limited availability
Tags:
api
The CookieStore
interface is an asynchronous and promise-based API for managing cookies. It does not rely on document and so is available to service workers as well.
Learning resources on MDN
Browser support (view on caniuse.com)
- Chrome 87 Released on 2020-11-17
- Chrome Android 87 Released on 2020-11-17
- Edge 87 Released on 2020-11-19
- Firefox ❌ Vendor position : positive
- Firefox for Android ❌ Vendor position : positive
- Safari ❌ See webkit.org/b/231750 Vendor position : blocked (concerns: complexity, integration, API design)
- Safari on iOS ❌ See webkit.org/b/231750 Vendor position : blocked (concerns: complexity, integration, API design)
Specifications
- Cookie Store API, from Web Platform Incubator Community Group (W3C).