FileReader: abort() Methode

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.

Hinweis: Diese Funktion ist in Web Workers verfügbar.

Die abort() Methode des FileReader-Interfaces bricht den Lesevorgang ab. Nach der Rückkehr wird der readyState DONE sein.

Syntax

js
abort()

Parameter

Keine.

Rückgabewert

Keiner (undefined).

Spezifikationen

Specification
File API
# abort

Browser-Kompatibilität

BCD tables only load in the browser

Siehe auch