Hello. I want to see the html-tree of this code in the Console:
let div = document.createElement('table')
let p = document.createElement('p')
div.append(p)
console.log(div)
But it works as if I typed console.dir(div) showing it from the js-object perspective. Is there a way to see it as html-tree like it works in Chrome? I’d love to switch to Firefox for good.
Thank you, indeed, that’s what it is. As I understand, P5 priority means it will never be implemented and there’s no way to have such a view in Firefox. Sad. Maybe some extensions can help?