FileReader.abort()

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.

abort メソッドは、読み取り操作を中止します。戻る時に、 readyStateDONE になります。

構文

js
abort()

引数

なし。

返値

なし (undefined)。

仕様書

Specification
File API
# abort

ブラウザーの互換性

BCD tables only load in the browser

関連情報