--- title: Nodo.nodoPrincipal slug: Web/API/Node/nodoPrincipal tags: - API - DOM - Gecko - Propiedad translation_of: Web/API/Node ---
La propiedad de solo loctura de Nodo.nodePrincipal
devuelve el objeto {{Interface("nsIPrincipal")}} representando el contexto de seguridad del nodo actual.
{{Note("This property exists on all nodes (HTML, XUL, SVG, MathML, etc.), but only if the script trying to use it has chrome privileges.")}}
principalObj = element.nodePrincipal
Esta propiedad es de solo lectura; Si intentamos editarla nos lanzará una excepción. Además, esta propiedad tan solo debería ser accesible desde código privilegiado
No hay especificaciones.