-
Notifications
You must be signed in to change notification settings - Fork 23
Duplication with Web.DOM.Element #36
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
Comments
I think this is reasonable to implement as part of the 0.14 changes, as well as other functions which really ought to live in |
Any suggestions on a good plan of attack for this issue? Thinking the first step should be to find all the duplicates. Could start with a simple search for duplicated function names across libraries. Could get more advanced by searching for duplicate type signatures (with necessary substitutions, e.g. Should probably include deprecation warnings too. |
I imagine looking at what the module exports compared with the IDL in the spec is probably the "safest" way of doing it. Plus we could make a note of anything that is missing at the same time. As with all these libraries it's just a tedious and rather error-prone manual slog 🙁 |
We may not be able to get this in for 0.14 due to a backlog of other work, so I'm going to remove the label. We can still do this as part of a subsequent set of breaking updates to the |
It appears that Web.HTML.HTMLElement.setClassName is unnecessary when we have Web.DOM.Element.setClassName.
I haven't checked if there are other duplicated functions.
Loosely related to #29
The text was updated successfully, but these errors were encountered: