.getHtml()
Available on: InDomReturns the innerHTML of the underlying element.Returns: {string} - ContentThrows:
Error - If the underlying element has been removed
Examples:const html = $1(".example>div").getHtml();
console.log(html);
//<span>this is a test</span>Next: setData »