diff options
Diffstat (limited to 'files/ja/web/api/filereader/onabort/index.html')
-rw-r--r-- | files/ja/web/api/filereader/onabort/index.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/files/ja/web/api/filereader/onabort/index.html b/files/ja/web/api/filereader/onabort/index.html deleted file mode 100644 index 594a867ef5..0000000000 --- a/files/ja/web/api/filereader/onabort/index.html +++ /dev/null @@ -1,16 +0,0 @@ ---- -title: FileReader.onabort -slug: Web/API/FileReader/onabort -tags: - - Event Handler - - File - - FileReader - - Property - - Reference -translation_of: Web/API/FileReader/onabort ---- -<p><strong><code>FileReader.onabort</code></strong> プロパティには、<code><a href="/ja/docs/Web/Events/abort">abort</a></code> イベントが発生したとき、つまりファイルの読み取り処理が中止されたときに実行されるイベント ハンドラが含まれています。</p> - -<h2 id="シンタックス">シンタックス</h2> - -<pre class="brush: js notranslate">reader.onabort = function() { ... };</pre> |