UNPKG

@whatwg-node/cookie-store

Version:
7 lines (6 loc) 241 B
import { CookieChangeEventInit, CookieList } from './types.js'; export declare class CookieChangeEvent extends Event { changed: CookieList; deleted: CookieList; constructor(type: string, eventInitDict?: CookieChangeEventInit); }