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/file_handle_api/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ja/web/api/file_handle_api') diff --git a/files/ja/web/api/file_handle_api/index.html b/files/ja/web/api/file_handle_api/index.html index 6dd05a2578..b1538e660a 100644 --- a/files/ja/web/api/file_handle_api/index.html +++ b/files/ja/web/api/file_handle_api/index.html @@ -11,7 +11,7 @@ translation_of: Web/API/File_Handle_API ---

{{non-standard_header}}

-

FileHandle API は、ファイルの作成や内容の変更など、ファイルを操作するための API です (File API とは異なります)。この API を通じたファイル操作は、デバイス上に物理的に格納でき、部分的な編集には、競合問題を避けるためにターンベースのロック機構が使用されています。

+

FileHandle API は、ファイルの作成や内容の変更など、ファイルを操作するための API です (File API とは異なります)。この API を通じたファイル操作は、デバイス上に物理的に格納でき、部分的な編集には、競合問題を避けるためにターンベースのロック機構が使用されています。

API 概観

@@ -30,7 +30,7 @@ translation_of: Web/API/File_Handle_API

FileHandle インスタンスの作成

-

このインテントは IndexedDB を通じてファイルを保存しているため、{{domxref("FileHandle")}} インスタンスを作成するのに IndexedDB Database が必要です。

+

このインテントは IndexedDB を通じてファイルを保存しているため、{{domxref("FileHandle")}} インスタンスを作成するのに IndexedDB Database が必要です。

var IDBReq = indexedDB.open("myFileStorageDataBase");
-- 
cgit v1.2.3-54-g00ecf