Skip to content

Commit 5d4b111

Browse files
authored
Improve CookieParam.Expires documentation (#1336)
1 parent b3111a1 commit 5d4b111

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/PuppeteerSharp/CookieParam.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class CookieParam
3939
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
4040
public string Path { get; set; }
4141
/// <summary>
42-
/// Gets or sets the expiration.
42+
/// Gets or sets the expiration. Unix time in seconds.
4343
/// </summary>
4444
/// <value>Expiration.</value>
4545
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
@@ -74,4 +74,4 @@ public class CookieParam
7474
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
7575
public SameSite? SameSite { get; set; }
7676
}
77-
}
77+
}

0 commit comments

Comments
 (0)