非標準
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
概要
nodePrincipal
は、ノードの現在のセキュリティ・コンテキストを表す nsIPrincipal
オブジェクトを返します
註: このプロパティは、HTML 、XUL 、SVG 、MathML などの全てのノードに存在しますが、スクリプトが使用を試みた場合にのみ、 UniversalXPConnect 特権を持ちます。
構文
principalObj = element.nodePrincipal
注記
このプロパティは読取専用です。書込みを試みた場合、例外がスローされます。また、このプロパティには特権コードからのみアクセス可能です。
仕様書
仕様書はありません。