All Projects → WICG → Cookie Store

WICG / Cookie Store

Licence: other
Asynchronous access to cookies from JavaScript

Programming Languages

shell
77523 projects

Cookie Store API

Build Status

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

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.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].