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

Make eventInitDict argument of FormDataEvent constructor required #5073

Merged
merged 1 commit into from
Nov 18, 2019

Conversation

TimvdLippe
Copy link
Contributor

@TimvdLippe TimvdLippe commented Nov 9, 2019

Fixes #5064


/form-control-infrastructure.html ( diff )

interface <dfn>FormDataEvent</dfn> : <span>Event</span> {
constructor(DOMString type, <span>FormDataEventInit</span> eventInitDict)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing a semicolon. Also, could you add a newline?

Thanks for converting to the new syntax!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done. Would be nice to have a linter for this, but that is probably a multi-quarter project 😛

@domenic domenic merged commit c189722 into whatwg:master Nov 18, 2019
@TimvdLippe TimvdLippe deleted the cleanup-form-data-event-init branch February 10, 2021 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

IDL of FormDataEvent constructor has an incorrect optionality
2 participants