aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/filereader/onabort/index.html
blob: 594a867ef5d9a55a402cc75f0c088547132cbb9e (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="/ja/docs/Web/Events/abort">abort</a></code> イベントが発生したとき、つまりファイルの読み取り処理が中止されたときに実行されるイベント ハンドラが含まれています。</p>

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

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