ExtendableCookieChangeEvent
open class ExtendableCookieChangeEvent( val type: EventType<ExtendableCookieChangeEvent>, init: ExtendableCookieChangeEventInit = definedExternally) : ExtendableEvent(source)
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.
Constructors
Link copied to clipboard
constructor(type: EventType<ExtendableCookieChangeEvent>, init: ExtendableCookieChangeEventInit = definedExternally)
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 ExtendableCookieChangeEvent interface returns any cookies that have been changed by the given ExtendableCookieChangeEvent
instance.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The deleted
read-only property of the ExtendableCookieChangeEvent interface returns any cookies that have been deleted by the given ExtendableCookieChangeEvent
instance.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard