-
Notifications
You must be signed in to change notification settings - Fork 163
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
Consider disallowing multiple [LegacyFactoryFunction]
identifiers per interface
#878
Comments
ExE-Boss
changed the title
Disallow multiple [LegacyFactoryFunction] identifiers per interface
Consider disallowing multiple [LegacyFactoryFunction] identifiers per interface
Apr 29, 2020
Do we need overloaded though? HTML doesn't use it. |
Right, I think we should pare down LegacyFactoryFunction to the minimum, probably. |
Neither Blink nor Gecko allows multiple |
We should in fact deprecate overloaded [LegacyFactoryFunction]s since nothing uses them and nothing will do so. |
2 tasks
ExE-Boss
changed the title
Consider disallowing multiple [LegacyFactoryFunction] identifiers per interface
Consider disallowing multiple Mar 22, 2021
[LegacyFactoryFunction]
identifiers per interface
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, the following is allowed:
But it’s not used anywhere, and Chromium’s WebIDL processor doesn’t support it, and WebIDL2JS doesn’t intend to support it either (jsdom/webidl2js#213 (comment)).
This doesn’t intend to deprecate overloaded
[LegacyFactoryFunction]
s, which share the same identifier:See also
The text was updated successfully, but these errors were encountered: