aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/node/nodoprincipal/index.html
blob: 55f02037bb3a37a8b1eb69dd39877dc32621b1ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
title: Nodo.nodoPrincipal
slug: Web/API/Node/nodoPrincipal
tags:
  - API
  - DOM
  - Gecko
  - Propiedad
translation_of: Web/API/Node
---
<div>
<div>{{APIRef("DOM")}}</div>
{{Non-standard_header}}

<p>La propiedad de solo loctura de <code><strong>Nodo.nodePrincipal</strong></code> devuelve el objeto {{Interface("nsIPrincipal")}} representando el contexto de seguridad del nodo actual.</p>

<p>{{Note("This property exists on all nodes (HTML, XUL, SVG, MathML, etc.), but only if the script trying to use it has chrome privileges.")}}</p>

<h2 id="Syntax" name="Syntax">Sintaxis</h2>

<pre class="syntaxbox"><em>principalObj</em> = element.nodePrincipal
</pre>

<h2 id="Notes" name="Notes">Notas</h2>

<p>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</p>

<h2 id="Specification" name="Specification">Especificación</h2>

<p>No hay especificaciones.</p>
</div>

<p> </p>