You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Normative: rename field in cookie representation
WebDriver Classic uses "expiry" as the "JSON key" to represent the RFC
6265 field called "expiry-time" [^1]. Rename the field in WebDriver
BiDi's corresponding types to promote coherence and facilitate
additional normative references to that specification.
[^1]: https://w3c.github.io/webdriver/#dfn-table-for-cookie-conversion
* Editorial: correct reference to RFC 6265 field
The RFC uses the name "expires" for the attribute in the Set-Cookie
header--not the field of the cookie within the storage model.
0 commit comments