Stream<ProgressEvent> onAbort

Stream of abort events handled by this FileWriter.

Source

@DomName('FileWriter.onabort')
@DocsEditable()
Stream<ProgressEvent> get onAbort => abortEvent.forTarget(this);