cookie-store icon indicating copy to clipboard operation
cookie-store copied to clipboard

Asynchronous access to cookies from JavaScript

Cookie Store API

CI

This repository documents an API for accessing HTTP cookies asynchronously from Document and Service Worker global contexts.

  • The explainer is a developer-oriented preview of the API.
  • The specification draft is aimed at browser developers.

The API has a test suite in the Web Platform Tests project.

Resources

This API is inspired by and loosely based on the following discussions.

  • https://github.com/slightlyoff/ServiceWorker/issues/707
  • https://github.com/WICG/async-cookies-api/issues/14

cookie change events is a concurrently developed API proposal that also addresses the synchronous nature of document.cookie.

The Cookie Store API has also been discussed in the following places.

The best resource for understanding the deep technical aspects of cookies is the most recent draft of RFC 6265bis.

This API aims to replace document.cookie and navigator.cookieEnabled.

This API is also known as the Async Cookies API.