interface AbortEvent {
    reason: Error;
}

Properties

Properties

reason: Error