Package-level declarations

Types

Link copied to clipboard
open class CookieChangeEvent(val type: EventType<CookieChangeEvent>, init: CookieChangeEventInit = definedExternally) : Event

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.

Link copied to clipboard
Link copied to clipboard
interface CookieInit
Link copied to clipboard
Link copied to clipboard
interface CookieListItem
Link copied to clipboard
sealed interface CookieSameSite
Link copied to clipboard

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.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The CookieStoreManager interface of the Cookie Store API allows service workers to subscribe to cookie change events. Available only in secure contexts.

Link copied to clipboard

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.