Skip to content

Commit 0b2239c

Browse files
committed
Sort "sameSite" property before optional argument.
1 parent 8bc9c3c commit 0b2239c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6849,8 +6849,8 @@ network.Cookie = {
68496849
size: js-uint,
68506850
httpOnly: bool,
68516851
secure: bool,
6852-
? expiry: js-uint,
68536852
sameSite: network.SameSite,
6853+
? expiry: js-uint,
68546854
Extensible,
68556855
}
68566856
</pre>

0 commit comments

Comments
 (0)