Can I just get a confirmation that DOMParser isn’t supported in the Scripting app?
I’m trying this:
let parser = new DOMParser();
let html = parser.parseFromString(htmlString,"text/xml");
And getting this:
ReferenceError: DOMParser is not defined
Can I just get a confirmation that DOMParser isn’t supported in the Scripting app?
I’m trying this:
let parser = new DOMParser();
let html = parser.parseFromString(htmlString,"text/xml");
And getting this:
ReferenceError: DOMParser is not defined
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.