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

Error with required dictionary argument when required member is inherited #62

Open
Ms2ger opened this issue Nov 17, 2020 · 1 comment
Open

Comments

@Ms2ger
Copy link

Ms2ger commented Nov 17, 2020

dictionary TableType {
  required DOMString element;
};
dictionary InitialTableDescriptor : TableType {};
interface Table {
  constructor(InitialTableDescriptor descriptor);
};

yields

IDL ERROR LINE: ___ - Dictionary argument "descriptor" without required members must be marked optional
@Ms2ger
Copy link
Author

Ms2ger commented Jan 12, 2021

@plinss any news?

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

No branches or pull requests

1 participant