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
For clients it would be helpful to know when a cookie of a page gets changed. As such we should offer a subscription to eg. a storage.cookieChanged event. As payload it should return the cookie as network.Cookie.
There is a WebExtension API which allows the same:
For clients it would be helpful to know when a cookie of a page gets changed. As such we should offer a subscription to eg. a
storage.cookieChanged
event. As payload it should return the cookie asnetwork.Cookie
.There is a WebExtension API which allows the same:
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/cookies/onChanged
The text was updated successfully, but these errors were encountered: