Package-level declarations
Types
The CookieChangeEvent
interface of the Cookie Store API is the event type of the CookieStore/change_event event fired at a CookieStore when any cookies are created or deleted. Available only in secure contexts.
The CookieStore
interface of the Cookie Store API provides methods for getting and setting cookies asynchronously from either a page or a service worker. Available only in secure contexts.
The CookieStoreManager
interface of the Cookie Store API allows service workers to subscribe to cookie change events. Available only in secure contexts.
The ExtendableCookieChangeEvent
interface of the Cookie Store API is the event type passed to ServiceWorkerGlobalScope/cookiechange_event event fired at the ServiceWorkerGlobalScope when any cookie changes occur which match the service worker's cookie change subscription list.