非標準
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.
概要
baseURIObject
は、文書の基底 URL (base URL) を示す nsIURI
オブジェクトを返します。
このプロパティは、HTML 、 XUL、 SVG、 MathML 等のノード全てに存在します。但し、このプロパティの使用を試みるスクリプトが UniversalXPConnect 特権を持つ場合に限ります。
基底 URL の詳細については Node.baseURI
の頁をご覧下さい。
構文
uriObj = element.baseURIObject
注記
このプロパティは読取専用です。書込を試みた場合、例外がスローされます。また、このプロパティには、特権を持つコードからのみアクセス可能です。
仕様書
標準仕様書には含まれません。