CookieChangeEvent
open class CookieChangeEvent(val type: EventType<CookieChangeEvent>, init: CookieChangeEventInit = definedExternally) : Event(source)
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.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The changed
read-only property of the CookieChangeEvent interface returns an array of the cookies that have been changed.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The deleted
read-only property of the CookieChangeEvent interface returns an array of the cookies that have been deleted by the given CookieChangeEvent
instance.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard