Definition
Cookie Store API defines CookieStoreDeleteOptions
dictionary CookieStoreDeleteOptions {
required USVString name;
USVString? domain = null;
USVString path = "/";
boolean partitioned = false;
};
CookieStoreDeleteOptions
dictionaryCookie Store API defines CookieStoreDeleteOptions
dictionary CookieStoreDeleteOptions {
required USVString name;
USVString? domain = null;
USVString path = "/";
boolean partitioned = false;
};