parseHTMLUnsafe-iframe.js (73B)
1 window.doParse = (html) => { 2 return Document.parseHTMLUnsafe(html); 3 };