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
Probably we overlooked this use case during the cookie PR review: how does one get cookies in a particular userContext?
Currently, the spec only retrieves a single cookie store according to the provided partition key: https://w3c.github.io/webdriver-bidi/#command-storage-getCookies That means that if the user queries with the storageKey partition descriptor {userContext: xxx} not all cookies associated with that user context will be returned?
The text was updated successfully, but these errors were encountered:
Although implementations seem to be returning all cookies related to a particular user context, the API does not allow determining which cookie is set for which sourceOrigin.
Probably we overlooked this use case during the cookie PR review: how does one get cookies in a particular userContext?
Currently, the spec only retrieves a single cookie store according to the provided partition key: https://w3c.github.io/webdriver-bidi/#command-storage-getCookies That means that if the user queries with the storageKey partition descriptor
{userContext: xxx}
not all cookies associated with that user context will be returned?The text was updated successfully, but these errors were encountered: