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