You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
xatian
changed the title
Typescript signature is wrong (constructor of Node + HTMLElement)
Typescript signature could be improved (constructor of Node + HTMLElement)
Nov 20, 2022
I think the typescript-declarations in a few places could be improved.
Node
currently it is like this:
seeing in the JS-code that the parentNode is not required it should be like this:
same issue in the constructor of CommentNode.
HTMLElement
currently it is like this:
seeing in the JS-code that only tagName and keyAttrs are required it should be:
Thank you!
The text was updated successfully, but these errors were encountered: