Skip to content

Commit 0b38de1

Browse files
garbage collect cookies
1 parent fea955e commit 0b38de1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fetch.bs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ urlPrefix:https://www.ietf.org/archive/id/draft-annevk-johannhof-httpbis-cookies
6262
url:name-store-a-cookie;text:store a cookie
6363
url:name-retrieve-cookies;text:retrieve cookies
6464
url:name-serialize-cookies;text:serialize cookies
65+
url:name-garbage-collect-cookies;text:garbage collect cookies
6566

6667
<!-- TODO: pending HTML changes- ancestor enum (https://github.com/whatwg/html/pull/10559), has storage access bit, initiator origin plumbing -->
6768
urlPrefix:https://html.spec.whatwg.org#;type:dfn;spec:html
@@ -4338,6 +4339,9 @@ given a <a for=/>request</a> <var>request</var>, run these steps:
43384339
|isSecure|, <var>request</var>'s <a for=request>current URL</a>'s <a for=url>host</a>,
43394340
<var>request</var>'s <a for=request>current URL</a>'s <a for=url>path</a>, |httpOnlyAllowed|,
43404341
|allowNonHostOnlyCookieForPublicSuffix|, and |sameSiteStrictOrLaxAllowed|.
4342+
4343+
<li><p><a>Garbage collect cookies</a> given <var>request</var>'s
4344+
<a for=request>current URL</a>'s <a for=url>host</a>.
43414345
</ol>
43424346
</ol>
43434347
</div>

0 commit comments

Comments
 (0)