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
It is unclear what the value of ExtendableCookieChangeEvent.changed and ExtendableCookieChangeEvent.deleted are if the initializer dictionary doesn't have those properties
#249
Open
smaug---- opened this issue
Feb 17, 2025
· 0 comments
One needs to have either default value or 'required' in the dictionary to make the event construction work the usual way.
See for example MessageEvent's ports property https://html.spec.whatwg.org/#the-messageevent-interface
The text was updated successfully, but these errors were encountered:
One needs to have either default value or 'required' in the dictionary to make the event construction work the usual way.
See for example MessageEvent's ports property
https://html.spec.whatwg.org/#the-messageevent-interface
The text was updated successfully, but these errors were encountered: