From 03385cc9f4f157cec2e5fd05f35e6af646055908 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Tue, 14 Sep 2021 11:07:46 +0900 Subject: Web/API以下の文書内のリンクURLを正規化 (#2360) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - /en-US へのリンクを /ja へのリンクに修正 - /ja が付いていないものに /ja を付加 - MDN内のリンクが完全URLの場合、 /ja/docs からのURLに修正 --- files/ja/web/api/localfilesystemsync/index.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'files/ja/web/api/localfilesystemsync') diff --git a/files/ja/web/api/localfilesystemsync/index.html b/files/ja/web/api/localfilesystemsync/index.html index 77012edcb9..a099d3cde7 100644 --- a/files/ja/web/api/localfilesystemsync/index.html +++ b/files/ja/web/api/localfilesystemsync/index.html @@ -12,7 +12,7 @@ translation_of: Web/API/LocalFileSystemSync ---
{{APIRef("File System API")}}{{non-standard_header()}}
-

The LocalFileSystemSync interface of the File System API gives you access to a sandboxed file system. It is intended to be used with WebWorkers. The methods are implemented by worker objects.

+

The LocalFileSystemSync interface of the File System API gives you access to a sandboxed file system. It is intended to be used with WebWorkers. The methods are implemented by worker objects.

この文書について

@@ -46,10 +46,10 @@ var fs = requestFileSystemSync(TEMPORARY, 1024*1024 /*1MB*/); - + - +
FileSystemSync requestFileSystemSync (in unsigned short type, in long long size) raises FileException; FileSystemSync requestFileSystemSync (in unsigned short type, in long long size) raises FileException;
EntrySync resolveLocalFileSystemSyncURL (in DOMString url) raises FileException;EntrySync resolveLocalFileSystemSyncURL (in DOMString url) raises FileException;
@@ -103,7 +103,7 @@ var fs = requestFileSystemSync(TEMPORARY, 1024*1024 /*1MB*/);
戻り値
-
FileSystemSync
+
FileSystemSync
ファイルシステムを表すオブジェクト。
@@ -142,7 +142,7 @@ var fs = requestFileSystemSync(TEMPORARY, 1024*1024 /*1MB*/);
戻り値
-
EntrySync
+
EntrySync
ファイルシステム内のエントリを表すオブジェクト。
@@ -181,6 +181,6 @@ var fs = requestFileSystemSync(TEMPORARY, 1024*1024 /*1MB*/);

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

-

Reference: File System API

+

Reference: File System API

-

Introduction: Basic Concepts About the File System API

+

Introduction: Basic Concepts About the File System API

-- cgit v1.2.3-54-g00ecf