aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/filereader
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/api/filereader')
-rw-r--r--files/ja/web/api/filereader/onabort/index.html2
-rw-r--r--files/ja/web/api/filereader/onerror/index.html2
-rw-r--r--files/ja/web/api/filereader/readasdataurl/index.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/files/ja/web/api/filereader/onabort/index.html b/files/ja/web/api/filereader/onabort/index.html
index 7c2c2d0d0a..594a867ef5 100644
--- a/files/ja/web/api/filereader/onabort/index.html
+++ b/files/ja/web/api/filereader/onabort/index.html
@@ -9,7 +9,7 @@ tags:
- Reference
translation_of: Web/API/FileReader/onabort
---
-<p><strong><code>FileReader.onabort</code></strong> プロパティには、<code><a href="/en-US/docs/Web/Events/abort">abort</a></code> イベントが発生したとき、つまりファイルの読み取り処理が中止されたときに実行されるイベント ハンドラが含まれています。</p>
+<p><strong><code>FileReader.onabort</code></strong> プロパティには、<code><a href="/ja/docs/Web/Events/abort">abort</a></code> イベントが発生したとき、つまりファイルの読み取り処理が中止されたときに実行されるイベント ハンドラが含まれています。</p>
<h2 id="シンタックス">シンタックス</h2>
diff --git a/files/ja/web/api/filereader/onerror/index.html b/files/ja/web/api/filereader/onerror/index.html
index 27b1cafbfa..77ee74e4c9 100644
--- a/files/ja/web/api/filereader/onerror/index.html
+++ b/files/ja/web/api/filereader/onerror/index.html
@@ -3,7 +3,7 @@ title: onerror
slug: Web/API/FileReader/onerror
translation_of: Web/API/FileReader/onerror
---
-<p><a href="/en-US/docs/Web/API/FileReader">FileReader</a> の onerror ハンドラは、Error オブジェクトではなく Event オブジェクトをパラメータとして受け取りますが、エラーは FileReader オブジェクトから <code><a href="/en-US/docs/Web/API/FileReader/error">instanceOfFileReader.error</a></code> のようにアクセスすることができます。</p>
+<p><a href="/ja/docs/Web/API/FileReader">FileReader</a> の onerror ハンドラは、Error オブジェクトではなく Event オブジェクトをパラメータとして受け取りますが、エラーは FileReader オブジェクトから <code><a href="/ja/docs/Web/API/FileReader/error">instanceOfFileReader.error</a></code> のようにアクセスすることができます。</p>
<pre class="brush:js; line-numbers language-js notranslate"><code class="language-js"><span class="comment token">// </span></code>&lt;input type="file" onchange="onChange(event)"&gt; からのコールバック<code class="language-js">
<span class="keyword token">function</span> <span class="function token">onChange</span><span class="punctuation token">(</span>event<span class="punctuation token">)</span> <span class="punctuation token">{</span>
diff --git a/files/ja/web/api/filereader/readasdataurl/index.html b/files/ja/web/api/filereader/readasdataurl/index.html
index 0c0bde9dfe..4c537dcafe 100644
--- a/files/ja/web/api/filereader/readasdataurl/index.html
+++ b/files/ja/web/api/filereader/readasdataurl/index.html
@@ -96,7 +96,7 @@ translation_of: Web/API/FileReader/readAsDataURL
}</pre>
-<div class="note"><strong>メモ:</strong> Internet Explorer 10 以前では <a href="/en-US/docs/Web/API/FileReader"><code>FileReader()</code></a> コンストラクターに対応していません。十分な互換性が必要とされるときは <a class="internal" href="https://mdn.mozillademos.org/files/3699/crossbrowser_image_preview.html" title="crossbrowser_image_preview.html">crossbrowser possible solution for image preview</a> または <a href="https://mdn.mozillademos.org/files/3698/image_upload_preview.html">this more powerful example</a> を参照してください。</div>
+<div class="note"><strong>メモ:</strong> Internet Explorer 10 以前では <a href="/ja/docs/Web/API/FileReader"><code>FileReader()</code></a> コンストラクターに対応していません。十分な互換性が必要とされるときは <a class="internal" href="https://mdn.mozillademos.org/files/3699/crossbrowser_image_preview.html" title="crossbrowser_image_preview.html">crossbrowser possible solution for image preview</a> または <a href="https://mdn.mozillademos.org/files/3698/image_upload_preview.html">this more powerful example</a> を参照してください。</div>
<h2 id="Specifications" name="Specifications">仕様</h2>