Skip to content

Support XML parsing when node.childNodes is Array

Vinay Rosenberg requested to merge github/fork/JeremyMWillemse/patch-1 into development

Created by: JeremyMWillemse

When using a polyfilled shadow DOM, the node.childNodes object is not a NodeList, but an array. The .item() method does not exist for Arrays.

Merge request reports