changed property

JSArray<CookieListItem> get changed

@AvailableInWorkers("service")

The changed read-only property of the ExtendableCookieChangeEvent interface returns any cookies that have been changed by the given ExtendableCookieChangeEvent instance.

Implementation

external JSArray<CookieListItem> get changed;