aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/filereader/onabort/index.html
blob: 7c2c2d0d0a7f062860d1ca56455a8d105e4d1143 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
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="/en-US/docs/Web/Events/abort">abort</a></code> イベントが発生したとき、つまりファイルの読み取り処理が中止されたときに実行されるイベント ハンドラが含まれています。</p>

<h2 id="シンタックス">シンタックス</h2>

<pre class="brush: js notranslate">reader.onabort = function() { ... };</pre>