patrickkettner / cookie-change-events

small extension to document.cookie that allows for event listeners
https://patrickkettner.github.io/cookie-change-events/
Other
22 stars 3 forks source link

Multiple cookie changes in a single notification #37

Open bsittler opened 7 years ago

bsittler commented 7 years ago

Please consider switching to a list of changes in CookieChangeEvent so that a busy event loop and/or a bunch of simultaneous expirations don't cause a bunch of separate enqueued notifications.