onTimeout property - HttpRequestEventTarget class - dart:html library (original) (raw)
Stream<ProgressEvent> getonTimeout
Stream of timeout
events handled by this HttpRequestEventTarget.
Implementation
Stream<ProgressEvent> get onTimeout => timeoutEvent.forTarget(this);