Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update incorrect "required" attrs #31

Closed
wants to merge 1 commit into from

Conversation

patrickkettner
Copy link
Owner

fixes #28

@patrickkettner
Copy link
Owner Author

@arronei this is failing with FATAL ERROR: IDL ERROR LINE: 1 - Dictionary argument "cookie" without required members must be marked optional ... why?

@arronei
Copy link
Contributor

arronei commented Mar 13, 2017

[Constructor(optional CookieInit cookie), Constructor(optional USVString cookie), Exposed=Window]

@patrickkettner
Copy link
Owner Author

@arronei that is throwing

FATAL ERROR: Multiple local 'constructor' <dfn>s for 'Cookie' have the same linking text 'Cookie()'.

@arronei
Copy link
Contributor

arronei commented Jun 7, 2018

@patrickkettner its been awhile but try

[Constructor(optional (CookieInit or USVString) cookie), Exposed=Window]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

update to remove required portion for value
2 participants