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
According to both Level 2/3 Core all Nodes have a childNodes property which is a type of NodeList, which may be the empty array but never undefined. This includes the type TEXT_NODE. xmldom.DOMParser does not properly handle this for childless nodes leaving the childNodes property undefined in such cases.
The text was updated successfully, but these errors were encountered:
sterpe
changed the title
childNode property should never be null.
childNodes property should never be null.
Jan 21, 2015
sterpe
changed the title
childNodes property should never be null.
childNodes property should never be undefined.
Jan 21, 2015
According to both Level 2/3 Core all Nodes have a childNodes property which is a type of NodeList, which may be the empty array but never undefined. This includes the type TEXT_NODE.
xmldom
.DOMParser does not properly handle this for childless nodes leaving the childNodes property undefined in such cases.The text was updated successfully, but these errors were encountered: