When referring to the THREE JS documentation, it suggests using domElement in this manner:
document.body.appendChild(renderer.domElement);
I'm wondering if there is a distinction between this approach and utilizing documentElement instead. This is chiefly out of curiosity.