Closed patrickkettner closed 3 years ago
@arronei this is failing with FATAL ERROR: IDL ERROR LINE: 1 - Dictionary argument "cookie" without required members must be marked optional
... why?
[Constructor(optional CookieInit cookie), Constructor(optional USVString cookie), Exposed=Window]
@arronei that is throwing
FATAL ERROR: Multiple local 'constructor' <dfn>s for 'Cookie' have the same linking text 'Cookie()'.
@patrickkettner its been awhile but try
[Constructor(optional (CookieInit or USVString) cookie), Exposed=Window]
fixes #28