Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

window.directories

概要

ウィンドウディレクトリのツールバーオブジェクトを返します。

構文

dirBar = window.directories

引数

dirBar は、barProp 型のオブジェクトです。

<script>
 function dirs() {
  alert(window.directories);
 }
</script>

仕様

DOM Level 0。どの標準にも属しません。

ドキュメントのタグと貢献者

タグ: 
 このページの貢献者: teoli, khalid32, ethertank, Potappo
 最終更新者: khalid32,