deleted property

JSArray<CookieListItem> get deleted

The deleted read-only property of the CookieChangeEvent interface returns an array of the cookies that have been deleted by the given CookieChangeEvent instance.

Implementation

external JSArray<CookieListItem> get deleted;