abort 方法

void abort()

停止当前请求。

只有当 readyState 为 HEADERS_RECEIVEDLOADING 时,才能停止请求。如果此方法未处于发送过程中,则该方法无效果。

实现

void abort() native;