From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/api/filesystemsync/index.html | 65 ++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 files/ja/web/api/filesystemsync/index.html (limited to 'files/ja/web/api/filesystemsync') diff --git a/files/ja/web/api/filesystemsync/index.html b/files/ja/web/api/filesystemsync/index.html new file mode 100644 index 0000000000..40d157a372 --- /dev/null +++ b/files/ja/web/api/filesystemsync/index.html @@ -0,0 +1,65 @@ +--- +title: FileSystemSync +slug: Web/API/FileSystemSync +tags: + - API + - File API + - File System API + - オフライン + - ファイル + - ファイルシステム +translation_of: Web/API/FileSystemSync +--- +
+

{{APIRef("File System API")}} {{non-standard_header}}

+
+ +

File System API では、 FileSystemSync オブジェクトはファイルシステムを表します。 それは2つの特性を有する。

+ +

このドキュメントについて

+ +

このドキュメントは 2012年3月2日に最後に更新され、2011年4月19日に作成された W3C の仕様 (作業中のドラフト) に準拠しています。

+ +

この仕様は現在放棄されており、大きな牽引力を得ることはできません。

+ +

基本のコンセプト

+ +

FileSystemSync オブジェクトは API 全体へのゲートウェイであり、頻繁に使用します。したがって、参照を取得したら、オブジェクトをグローバル変数またはクラスプロパティにキャッシュします。

+ +

属性

+ + + + + + + + + + + + + + + + + + + + + +
属性タイプ説明
namereadonly DOMStringファイルシステムの名前。名前は公開ファイルシステムのリスト全体で一意でなければなりません。
rootreadonly DirectoryEntryファイルシステムのルートディレクトリ。
+ +

ブラウザの互換性

+ + + +

{{Compat("api.FileSystemSync")}}

+ +

あわせて参照

+ +

仕様:{{ spec("http://dev.w3.org/2009/dap/file-system/pub/FileSystem/", "File API: Directories and System Specification", "WD") }}

+ +

リファレンス: File System API

+ +

イントロダクション: Basic Concepts About the File System API

-- cgit v1.2.3-54-g00ecf