abort

fun abort()(source)

The abort() method of the FileReader interface aborts the read operation. Upon return, the readyState will be DONE.

MDN Reference