jxon icon indicating copy to clipboard operation
jxon copied to clipboard

index.min.js:1 Uncaught (in promise) TypeError: oParentNode.hasChildNodes is not a function

Open ralyodio opened this issue 6 years ago • 1 comments

index.min.js:1 Uncaught (in promise) TypeError: oParentNode.hasChildNodes is not a function

ralyodio avatar Apr 03 '19 06:04 ralyodio

had the same issue - make sure that you're dealing with an XML object and not a string. This error is thrown when the document passed to JXON is given as a string

JonathanTru avatar Oct 01 '19 11:10 JonathanTru