mirror of
https://github.com/servo/servo.git
synced 2025-09-27 23:30:08 +01:00
script: Remove CookieListItem fields that were removed in the spec (#39170)
The spec removed all fields from CookieListItem except for name and value Testing: WPT tests cover this already. Signed-off-by: Sebastian C <sebsebmc@gmail.com>
This commit is contained in:
parent
5b9a23ebdb
commit
7ce0bd8575
2 changed files with 1 additions and 38 deletions
|
@ -55,12 +55,6 @@ dictionary CookieStoreDeleteOptions {
|
|||
dictionary CookieListItem {
|
||||
USVString name;
|
||||
USVString value;
|
||||
USVString? domain;
|
||||
USVString path;
|
||||
DOMHighResTimeStamp? expires;
|
||||
boolean secure;
|
||||
CookieSameSite sameSite;
|
||||
boolean partitioned;
|
||||
};
|
||||
|
||||
typedef sequence<CookieListItem> CookieList;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue