blob: 9aef093dc44c095a8cd47a85842eea08e768fa6e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
title: FileReader.onabort
slug: conflicting/Web/API/FileReader/abort_event
tags:
- Event Handler
- File
- FileReader
- Property
- Reference
translation_of: Web/API/FileReader/onabort
original_slug: 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>
|