File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -709,9 +709,8 @@ The <dfn method for=CookieStore>delete(|name|)</dfn> method steps are:
709709 |url|,
710710 |name|,
711711 null,
712- "`/`",
713- true, and
714- "{{CookieSameSite/strict}} ".
712+ "`/`", and
713+ true.
715714 1. If |r| is failure, then [=reject=] |p| with a {{TypeError}} and abort these steps.
716715 1. [=/Resolve=] |p| with undefined.
7177161. Return |p|.
@@ -1143,19 +1142,14 @@ run the following steps:
11431142
114411431. If |name|'s [=string/length=] is 0, then set |value| to any non-empty [=implementation-defined=] string.
11451144
1146- 1. Let |sameSite| be "{{CookieSameSite/strict}} ".
1147-
1148- Note: The values for |value|, and |sameSite| will not be persisted
1149- by this algorithm.
1150-
115111451. Return the results of running [=set a cookie=] with
11521146 |url|,
11531147 |name|,
11541148 |value|,
11551149 |expires|,
11561150 |domain|,
11571151 |path|,
1158- |sameSite| , and
1152+ " {{CookieSameSite/strict}} " , and
11591153 |partitioned|.
11601154
11611155</div>
@@ -1352,6 +1346,7 @@ Daniel Murphy,
13521346Domenic Denicola,
13531347Elliott Sprehn,
13541348Fagner Brack,
1349+ Idan Horowitz,
13551350Jake Archibald,
13561351Joel Weinberger,
13571352Joshua Bell,
You can’t perform that action at this time.
0 commit comments