From 1fbe9c9e8d0e94bde884e3f31ee5f3bddab0d0eb Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Mon, 7 Jun 2021 23:15:53 +0900 Subject: Web/API/Window/directories を更新 (#1015) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 英語版章題マクロを削除 - 2021/03/18 時点の英語版に同期 --- files/ja/web/api/window/directories/index.html | 54 ++++++++++++++++---------- 1 file changed, 34 insertions(+), 20 deletions(-) (limited to 'files/ja') diff --git a/files/ja/web/api/window/directories/index.html b/files/ja/web/api/window/directories/index.html index b4a5e1cc3e..cd503a0e89 100644 --- a/files/ja/web/api/window/directories/index.html +++ b/files/ja/web/api/window/directories/index.html @@ -1,33 +1,47 @@ --- -title: window.directories +title: Window.directories slug: Web/API/Window/directories tags: - - DOM - - DOM_0 - - Gecko - - Gecko DOM Reference - - 要更新 + - API + - HTML DOM + - NeedsCompatTable + - NeedsExample + - NeedsMarkupWork + - NeedsSpecTable + - Deprecated + - Property + - Reference + - Window translation_of: Web/API/Window/directories --- -

{{ ApiRef() }} {{ 英語版章題("Summary") }}

-

概要

-

ウィンドウディレクトリのツールバーオブジェクトを返します。 {{ 英語版章題("Syntax") }}

+

{{APIRef()}}{{deprecated_header}}

+ +
+

注: このメソッドは Firefox 4 以降で削除されました。

+
+ +

概要

+ +

ウィンドウディレクトリのツールバーオブジェクトを返します。代わりに {{ domxref("window.personalbar") }} を使用してください。

+

構文

-
dirBar = window.directories
+
+
var dirBar = window.directories;
 
-

{{ 英語版章題("Parameters") }}

-

引数

-

- - dirBar - は、barProp 型のオブジェクトです。 {{ 英語版章題("Example") }}

-

+ +

引数

+ +

dirBarBarProp 型のオブジェクトです。

+ +

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

{{ 英語版章題("Specification") }}

-

仕様

-

{{ DOM0() }}

+ +

仕様書

+ +

仕様書には記載されていません。

-- cgit v1.2.3-54-g00ecf