abort 方法

Future<bool> abort()

实现

Future<bool> abort() => promiseToFuture<bool>(JS("", "#.abort()", this));