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
Automatically closing this issue for housekeeping purposes. The issue labels indicate that it is unactionable at the moment or has already been addressed.
It's my understanding that
getNamedItem
,getNamedItemNS
, anditem
should returnnull
if the Attr node is undefined or out of range.Additionally, it's my understanding that the return value of the indexed properties should be
undefined
if out of range.Sources:
https://github.com/Microsoft/TypeScript/blob/d7b3b6c77d45adc4542c882a3f19d2f0fdb3e76c/lib/lib.dom.d.ts#L8187-L8197
Let me know if I'm mistaken. I'm always up to learn! 😄
Thanks in advance team for all your hard work!
The text was updated successfully, but these errors were encountered: