mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-14 09:13:56 +00:00
12 lines
420 B
Diff
12 lines
420 B
Diff
--- a/nodriver/cdp/network.py
|
|
+++ b/nodriver/cdp/network.py
|
|
@@ -1362,7 +1362,7 @@
|
|
#: Cookie expiration date as the number of seconds since the UNIX epoch.
|
|
#: The value is set to -1 if the expiry date is not set.
|
|
#: The value can be null for values that cannot be represented in
|
|
- #: JSON (±Inf).
|
|
+ #: JSON (±Inf).
|
|
expires: typing.Optional[float] = None
|
|
|
|
#: Cookie SameSite type.
|