Open
Description
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:
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/cookies/onChanged