Back to Content

Window: cookieStore property

files/en-us/web/api/window/cookiestore/index.md

latest453 B
Original Source

{{securecontext_header}}{{APIRef("Cookie Store API")}}

The cookieStore read-only property of the {{domxref("Window")}} interface returns a reference to the {{domxref("CookieStore")}} object for the current document context. This is an entry point for the Cookie Store API.

Value

A {{domxref("CookieStore")}} object instance.

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}