File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ urlPrefix:https://tc39.es/ecma262/#;type:dfn;spec:ecma-262
58
58
url:current-realm;text:current realm
59
59
60
60
urlPrefix:https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-layered-cookies#;type:dfn;spec:cookies
61
+ url:name-cookie-default-path;text:cookie default path
61
62
url:name-cookie-store-and-limits;text:cookie store
62
63
url:name-parse-and-store-a-cookie;text:parse and store a cookie
63
64
url:name-parse-a-cookie;text:parse a cookie
@@ -3501,6 +3502,20 @@ them conveniently here. [[COOKIES]].
3501
3502
</ol>
3502
3503
</div>
3503
3504
3505
+ <div algorithm>
3506
+ <p> To obtain a <dfn export>serialized cookie default path</dfn> given a <a for=/>URL</a>
3507
+ <var> url</var> :
3508
+
3509
+ <ol>
3510
+ <li><p> Let <var> cloneURL</var> be a clone of <var> url</var> .
3511
+
3512
+ <li><p> Set <var> cloneURL</var> 's <a for=url>path</a> to the <a>cookie default path</a> of
3513
+ <var> cloneURL</var> 's <a for=url>path</a> .
3514
+
3515
+ <li><p> Return the <a lt="URL path serializer">URL path serialization</a> of <var> cloneURL</var> .
3516
+ </ol>
3517
+ </div>
3518
+
3504
3519
3505
3520
<h3 id=origin-header>`<code>Origin</code>` header</h3>
3506
3521
You can’t perform that action at this time.
0 commit comments